#CB875F

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

Shades of Burning Sand #CB875F

Tints of Burning Sand #CB875F

Color information

#CB875F (or 0xCB875F) is unknown color: approx Burning Sand. HEX triplet: CB, 87 and 5F. RGB value is (203,135,95). Sum of RGB (Red+Green+Blue) = 203+135+95=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB875F is #3478A0. Grayscale: #969696. Windows color (decimal): -3438753 or 6260683. OLE color: 6260683.

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

Color convert

RGB20313595-
CMYK00.330.530.20
HSL22.22º50.94%58.43%-
HSV(B)22.22º53.2%79.61%-
XYZ35.3630.8514.92-
YUV150.7796.53165.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=46.88%
G=31.18%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031359500.330.530.2022.2250.9458.43
HexCB875F021351416333a
Octal3132071370416524266372
Binary1100101110000111101111101000011101011010010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB875F; }

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

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

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

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

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

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

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

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