#CB816D

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

Shades of Burning Sand #CB816D

Tints of Burning Sand #CB816D

Color information

#CB816D (or 0xCB816D) is unknown color: approx Burning Sand. HEX triplet: CB, 81 and 6D. RGB value is (203,129,109). Sum of RGB (Red+Green+Blue) = 203+129+109=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB816D is #347E92. Grayscale: #959595. Windows color (decimal): -3440275 or 7176651. OLE color: 7176651.

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

Color convert

RGB203129109-
CMYK00.360.460.20
HSL12.77º47.47%61.18%-
HSV(B)12.77º46.31%79.61%-
XYZ35.2429.518.3-
YUV148.85105.52166.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 129 (50.78% from 255) = 29.25%
BLUE value IS 109 (42.97% from 255) = 24.72%
R=46.03%
G=29.25%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312910900.360.460.2012.7747.4761.18
HexCB816D0242E14d2f3d
Octal3132011550445624155775
Binary110010111000000111011010100100101110101001101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB816D; }

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

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

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

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

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

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

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

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