#CB682B

Color #CB682B Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #CB682B

Tints of Gold Drop #CB682B

Color information

#CB682B (or 0xCB682B) is unknown color: approx Gold Drop. HEX triplet: CB, 68 and 2B. RGB value is (203,104,43). Sum of RGB (Red+Green+Blue) = 203+104+43=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB682B is #3497D4. Grayscale: #7E7E7E. Windows color (decimal): -3446741 or 2844875. OLE color: 2844875.

HSL color Cylindrical-coordinate representation of color #CB682B: hue angle of 22.88º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB682B is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB20310443-
CMYK00.490.790.20
HSL22.88º65.04%48.24%-
HSV(B)22.88º78.82%79.61%-
XYZ30.0122.775.1-
YUV126.6580.8182.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 58%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 43 (17.19% from 255) = 12.29%
R=58%
G=29.71%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031044300.490.790.2022.8865.0448.24
HexCB682B0314F14174130
Octal31315053061117242710160
Binary1100101111010001010110110001100111110100101111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB682B; }

 p { color: rgb(203,104,43); }

 H1.HeaderClassName
 {
   color: #CB682B;
 }
 .AnyTagClassName
 {
   color: #CB682B;
 }
</style>
background-color css

<style>
 a { background-color: #CB682B; }

 a { background-color: rgb(203,104,43); }

 div.DivClassName
 {
   background-color: #CB682B;
 }
 .BgClassName
 {
   background-color: #CB682B;
 }
</style>
border-color css

<style>
 span { border-color: #CB682B; }

 span { border-color: rgb(203,104,43); }

 td.TdClassName
 {
   border-color: #CB682B;
 }
 .TagClassName
 {
   border-color: #CB682B;
 }
</style>