#CB6931

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

Shades of Gold Drop #CB6931

Tints of Gold Drop #CB6931

Color information

#CB6931 (or 0xCB6931) is unknown color: approx Gold Drop. HEX triplet: CB, 69 and 31. RGB value is (203,105,49). Sum of RGB (Red+Green+Blue) = 203+105+49=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6931 is #3496CE. Grayscale: #808080. Windows color (decimal): -3446479 or 3238347. OLE color: 3238347.

HSL color Cylindrical-coordinate representation of color #CB6931: hue angle of 21.82º 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 #CB6931 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB20310549-
CMYK00.480.760.20
HSL21.82º61.11%49.41%-
HSV(B)21.82º75.86%79.61%-
XYZ30.2323.025.76-
YUV127.9283.47181.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.86%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 49 (19.53% from 255) = 13.73%
R=56.86%
G=29.41%
B=13.73%

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
Decimal2031054900.480.760.2021.8261.1149.41
HexCB69310304C14163d31
Octal3131516106011424267561
Binary110010111101001110001011000010011001010010110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6931; }

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

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

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

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

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

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

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

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