#CB8466

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

Shades of Burning Sand #CB8466

Tints of Burning Sand #CB8466

Color information

#CB8466 (or 0xCB8466) is unknown color: approx Burning Sand. HEX triplet: CB, 84 and 66. RGB value is (203,132,102). Sum of RGB (Red+Green+Blue) = 203+132+102=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8466 is #347B99. Grayscale: #969696. Windows color (decimal): -3439514 or 6718667. OLE color: 6718667.

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

Color convert

RGB203132102-
CMYK00.350.500.20
HSL17.82º49.27%59.8%-
HSV(B)17.82º49.75%79.61%-
XYZ35.2830.1616.53-
YUV149.81101.02165.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=46.45%
G=30.21%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313210200.350.500.2017.8249.2759.8
HexCB8466023321412313c
Octal3132041460436224226174
Binary1100101110000100110011001000111100101010010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8466; }

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

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

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

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

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

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

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

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