#CB806B

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

Shades of Burning Sand #CB806B

Tints of Burning Sand #CB806B

Color information

#CB806B (or 0xCB806B) is unknown color: approx Burning Sand. HEX triplet: CB, 80 and 6B. RGB value is (203,128,107). Sum of RGB (Red+Green+Blue) = 203+128+107=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB806B is #347F94. Grayscale: #949494. Windows color (decimal): -3440533 or 7045323. OLE color: 7045323.

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

Color convert

RGB203128107-
CMYK00.370.470.20
HSL13.13º48%60.78%-
HSV(B)13.13º47.29%79.61%-
XYZ3529.217.7-
YUV148.03104.85167.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 107 (42.19% from 255) = 24.43%
R=46.35%
G=29.22%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312810700.370.470.2013.134860.78
HexCB806B0252F14d303d
Octal3132001530455724156075
Binary110010111000000011010110100101101111101001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB806B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB806B; }

 p { color: rgb(203,128,107); }

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

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

 a { background-color: rgb(203,128,107); }

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

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

 span { border-color: rgb(203,128,107); }

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