#CB8A66

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

Shades of Burning Sand #CB8A66

Tints of Burning Sand #CB8A66

Color information

#CB8A66 (or 0xCB8A66) is unknown color: approx Burning Sand. HEX triplet: CB, 8A and 66. RGB value is (203,138,102). Sum of RGB (Red+Green+Blue) = 203+138+102=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A66 is #347599. Grayscale: #999999. Windows color (decimal): -3437978 or 6720203. OLE color: 6720203.

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

Color convert

RGB203138102-
CMYK00.320.500.20
HSL21.39º49.27%59.8%-
HSV(B)21.39º49.75%79.61%-
XYZ36.1231.8316.81-
YUV153.3399.03163.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 102 (40.23% from 255) = 23.02%
R=45.82%
G=31.15%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313810200.320.500.2021.3949.2759.8
HexCB8A66020321415313c
Octal3132121460406224256174
Binary1100101110001010110011001000001100101010010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A66; }

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

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

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

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

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

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

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

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