#CB885F

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

Shades of Burning Sand #CB885F

Tints of Burning Sand #CB885F

Color information

#CB885F (or 0xCB885F) is unknown color: approx Burning Sand. HEX triplet: CB, 88 and 5F. RGB value is (203,136,95). Sum of RGB (Red+Green+Blue) = 203+136+95=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB885F is #3477A0. Grayscale: #979797. Windows color (decimal): -3438497 or 6260939. OLE color: 6260939.

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

Color convert

RGB20313695-
CMYK00.330.530.20
HSL22.78º50.94%58.43%-
HSV(B)22.78º53.2%79.61%-
XYZ35.531.1314.96-
YUV151.3696.2164.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=46.77%
G=31.34%
B=21.89%

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
Decimal2031369500.330.530.2022.7850.9458.43
HexCB885F021351417333a
Octal3132101370416524276372
Binary1100101110001000101111101000011101011010010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB885F; }

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

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

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

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

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

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

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

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