#CB856E

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

Shades of Burning Sand #CB856E

Tints of Burning Sand #CB856E

Color information

#CB856E (or 0xCB856E) is unknown color: approx Burning Sand. HEX triplet: CB, 85 and 6E. RGB value is (203,133,110). Sum of RGB (Red+Green+Blue) = 203+133+110=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB856E is #347A91. Grayscale: #979797. Windows color (decimal): -3439250 or 7243211. OLE color: 7243211.

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

Color convert

RGB203133110-
CMYK00.340.460.20
HSL14.84º47.21%61.37%-
HSV(B)14.84º45.81%79.61%-
XYZ35.8330.618.77-
YUV151.31104.69164.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 110 (43.36% from 255) = 24.66%
R=45.52%
G=29.82%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313311000.340.460.2014.8447.2161.37
HexCB856E0222E14f2f3d
Octal3132051560425624175775
Binary110010111000010111011100100010101110101001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB856E; }

 p { color: rgb(203,133,110); }

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

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

 a { background-color: rgb(203,133,110); }

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

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

 span { border-color: rgb(203,133,110); }

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