#CB8255

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

Shades of Burning Sand #CB8255

Tints of Burning Sand #CB8255

Color information

#CB8255 (or 0xCB8255) is unknown color: approx Burning Sand. HEX triplet: CB, 82 and 55. RGB value is (203,130,85). Sum of RGB (Red+Green+Blue) = 203+130+85=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8255 is #347DAA. Grayscale: #929292. Windows color (decimal): -3440043 or 5604043. OLE color: 5604043.

HSL color Cylindrical-coordinate representation of color #CB8255: hue angle of 22.88º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB8255 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20313085-
CMYK00.360.580.20
HSL22.88º53.15%56.47%-
HSV(B)22.88º58.13%79.61%-
XYZ34.2529.3212.45-
YUV146.793.18168.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.56%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=48.56%
G=31.10%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031308500.360.580.2022.8853.1556.47
HexCB82550243A14173538
Octal3132021250447224276570
Binary1100101110000010101010101001001110101010010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8255; }

 p { color: rgb(203,130,85); }

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

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

 a { background-color: rgb(203,130,85); }

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

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

 span { border-color: rgb(203,130,85); }

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