#CB7D6C

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

Shades of Burning Sand #CB7D6C

Tints of Burning Sand #CB7D6C

Color information

#CB7D6C (or 0xCB7D6C) is unknown color: approx Burning Sand. HEX triplet: CB, 7D and 6C. RGB value is (203,125,108). Sum of RGB (Red+Green+Blue) = 203+125+108=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D6C is #348293. Grayscale: #929292. Windows color (decimal): -3441300 or 7110091. OLE color: 7110091.

HSL color Cylindrical-coordinate representation of color #CB7D6C: hue angle of 10.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB7D6C is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203125108-
CMYK00.380.470.20
HSL10.74º47.74%60.98%-
HSV(B)10.74º46.8%79.61%-
XYZ34.6728.4517.85-
YUV146.38106.34168.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 125 (49.22% from 255) = 28.67%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=46.56%
G=28.67%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312510800.380.470.2010.7447.7460.98
HexCB7D6C0262F14b303d
Octal3131751540465724136075
Binary11001011111110111011000100110101111101001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7D6C; }

 p { color: rgb(203,125,108); }

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

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

 a { background-color: rgb(203,125,108); }

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

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

 span { border-color: rgb(203,125,108); }

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