#CB875C

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

Shades of Burning Sand #CB875C

Tints of Burning Sand #CB875C

Color information

#CB875C (or 0xCB875C) is unknown color: approx Burning Sand. HEX triplet: CB, 87 and 5C. RGB value is (203,135,92). Sum of RGB (Red+Green+Blue) = 203+135+92=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB875C is #3478A3. Grayscale: #969696. Windows color (decimal): -3438756 or 6064075. OLE color: 6064075.

HSL color Cylindrical-coordinate representation of color #CB875C: hue angle of 23.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB875C is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20313592-
CMYK00.330.550.20
HSL23.24º51.63%57.84%-
HSV(B)23.24º54.68%79.61%-
XYZ35.2230.814.21-
YUV150.4395.03165.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=47.21%
G=31.40%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031359200.330.550.2023.2451.6357.84
HexCB875C021371417343a
Octal3132071340416724276472
Binary1100101110000111101110001000011101111010010111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB875C; }

 p { color: rgb(203,135,92); }

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

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

 a { background-color: rgb(203,135,92); }

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

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

 span { border-color: rgb(203,135,92); }

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