#CB866F

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

Shades of Burning Sand #CB866F

Tints of Burning Sand #CB866F

Color information

#CB866F (or 0xCB866F) is unknown color: approx Burning Sand. HEX triplet: CB, 86 and 6F. RGB value is (203,134,111). Sum of RGB (Red+Green+Blue) = 203+134+111=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB866F is #347990. Grayscale: #989898. Windows color (decimal): -3438993 or 7309003. OLE color: 7309003.

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

Color convert

RGB203134111-
CMYK00.340.450.20
HSL15º46.94%61.57%-
HSV(B)15º45.32%79.61%-
XYZ36.0230.8919.1-
YUV152.01104.86164.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 111 (43.75% from 255) = 24.78%
R=45.31%
G=29.91%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313411100.340.450.201546.9461.57
HexCB866F0222D14f2f3e
Octal3132061570425524175776
Binary110010111000011011011110100010101101101001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB866F; }

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

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

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

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

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

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

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

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