#CB6A31

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

Shades of Gold Drop #CB6A31

Tints of Gold Drop #CB6A31

Color information

#CB6A31 (or 0xCB6A31) is unknown color: approx Gold Drop. HEX triplet: CB, 6A and 31. RGB value is (203,106,49). Sum of RGB (Red+Green+Blue) = 203+106+49=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6A31 is #3495CE. Grayscale: #808080. Windows color (decimal): -3446223 or 3238603. OLE color: 3238603.

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

Color convert

RGB20310649-
CMYK00.480.760.20
HSL22.21º61.11%49.41%-
HSV(B)22.21º75.86%79.61%-
XYZ30.3423.235.79-
YUV128.583.14181.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.70%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 49 (19.53% from 255) = 13.69%
R=56.70%
G=29.61%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031064900.480.760.2022.2161.1149.41
HexCB6A310304C14163d31
Octal3131526106011424267561
Binary110010111101010110001011000010011001010010110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A31; }

 p { color: rgb(203,106,49); }

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

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

 a { background-color: rgb(203,106,49); }

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

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

 span { border-color: rgb(203,106,49); }

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