#CB7F66

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

Shades of Burning Sand #CB7F66

Tints of Burning Sand #CB7F66

Color information

#CB7F66 (or 0xCB7F66) is unknown color: approx Burning Sand. HEX triplet: CB, 7F and 66. RGB value is (203,127,102). Sum of RGB (Red+Green+Blue) = 203+127+102=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F66 is #348099. Grayscale: #939393. Windows color (decimal): -3440794 or 6717387. OLE color: 6717387.

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

Color convert

RGB203127102-
CMYK00.370.500.20
HSL14.85º49.27%59.8%-
HSV(B)14.85º49.75%79.61%-
XYZ34.6228.8316.31-
YUV146.87102.68168.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=46.99%
G=29.40%
B=23.61%

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
Decimal20312710200.370.500.2014.8549.2759.8
HexCB7F660253214f313c
Octal3131771460456224176174
Binary11001011111111111001100100101110010101001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7F66; }

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

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

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

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

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

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

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

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