#CB856D

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

Shades of Burning Sand #CB856D

Tints of Burning Sand #CB856D

Color information

#CB856D (or 0xCB856D) is unknown color: approx Burning Sand. HEX triplet: CB, 85 and 6D. RGB value is (203,133,109). Sum of RGB (Red+Green+Blue) = 203+133+109=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB856D is #347A92. Grayscale: #979797. Windows color (decimal): -3439251 or 7177675. OLE color: 7177675.

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

Color convert

RGB203133109-
CMYK00.340.460.20
HSL15.32º47.47%61.18%-
HSV(B)15.32º46.31%79.61%-
XYZ35.7830.5818.48-
YUV151.19104.19164.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=45.62%
G=29.89%
B=24.49%

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
Decimal20313310900.340.460.2015.3247.4761.18
HexCB856D0222E14f2f3d
Octal3132051550425624175775
Binary110010111000010111011010100010101110101001111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB856D; }

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

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

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

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

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

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

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

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