#CB8666

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

Shades of Burning Sand #CB8666

Tints of Burning Sand #CB8666

Color information

#CB8666 (or 0xCB8666) is unknown color: approx Burning Sand. HEX triplet: CB, 86 and 66. RGB value is (203,134,102). Sum of RGB (Red+Green+Blue) = 203+134+102=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8666 is #347999. Grayscale: #979797. Windows color (decimal): -3439002 or 6719179. OLE color: 6719179.

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

Color convert

RGB203134102-
CMYK00.340.500.20
HSL19.01º49.27%59.8%-
HSV(B)19.01º49.75%79.61%-
XYZ35.5530.7116.62-
YUV150.98100.36165.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=46.24%
G=30.52%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313410200.340.500.2019.0149.2759.8
HexCB8666022321413313c
Octal3132061460426224236174
Binary1100101110000110110011001000101100101010010011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8666; }

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

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

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

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

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

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

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

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