#CB8066

Color #CB8066 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CB8066

Tints of Burning Sand #CB8066

Color information

#CB8066 (or 0xCB8066) is unknown color: approx Burning Sand. HEX triplet: CB, 80 and 66. RGB value is (203,128,102). Sum of RGB (Red+Green+Blue) = 203+128+102=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8066 is #347F99. Grayscale: #939393. Windows color (decimal): -3440538 or 6717643. OLE color: 6717643.

HSL color Cylindrical-coordinate representation of color #CB8066: hue angle of 15.45º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB8066 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203128102-
CMYK00.370.500.20
HSL15.45º49.27%59.8%-
HSV(B)15.45º49.75%79.61%-
XYZ34.7529.0916.35-
YUV147.46102.35167.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=46.88%
G=29.56%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312810200.370.500.2015.4549.2759.8
HexCB80660253214f313c
Octal3132001460456224176174
Binary110010111000000011001100100101110010101001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8066; }

 p { color: rgb(203,128,102); }

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

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

 a { background-color: rgb(203,128,102); }

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

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

 span { border-color: rgb(203,128,102); }

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