#CB7D67

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

Shades of Burning Sand #CB7D67

Tints of Burning Sand #CB7D67

Color information

#CB7D67 (or 0xCB7D67) is unknown color: approx Burning Sand. HEX triplet: CB, 7D and 67. RGB value is (203,125,103). Sum of RGB (Red+Green+Blue) = 203+125+103=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D67 is #348298. Grayscale: #919191. Windows color (decimal): -3441305 or 6782411. OLE color: 6782411.

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

Color convert

RGB203125103-
CMYK00.380.490.20
HSL13.2º49.02%60%-
HSV(B)13.2º49.26%79.61%-
XYZ34.4128.3416.49-
YUV145.81103.84168.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 103 (40.62% from 255) = 23.90%
R=47.10%
G=29.00%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312510300.380.490.2013.249.0260
HexCB7D670263114d313c
Octal3131751470466124156174
Binary11001011111110111001110100110110001101001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7D67; }

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

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

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

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

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

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

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

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