#CB866E

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

Shades of Burning Sand #CB866E

Tints of Burning Sand #CB866E

Color information

#CB866E (or 0xCB866E) is unknown color: approx Burning Sand. HEX triplet: CB, 86 and 6E. RGB value is (203,134,110). Sum of RGB (Red+Green+Blue) = 203+134+110=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB866E is #347991. Grayscale: #989898. Windows color (decimal): -3438994 or 7243467. OLE color: 7243467.

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

Color convert

RGB203134110-
CMYK00.340.460.20
HSL15.48º47.21%61.37%-
HSV(B)15.48º45.81%79.61%-
XYZ35.9730.8718.82-
YUV151.89104.36164.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=45.41%
G=29.98%
B=24.61%

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
Decimal20313411000.340.460.2015.4847.2161.37
HexCB866E0222E14f2f3d
Octal3132061560425624175775
Binary110010111000011011011100100010101110101001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB866E; }

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

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

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

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

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

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

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

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