#CB8464

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

Shades of Burning Sand #CB8464

Tints of Burning Sand #CB8464

Color information

#CB8464 (or 0xCB8464) is unknown color: approx Burning Sand. HEX triplet: CB, 84 and 64. RGB value is (203,132,100). Sum of RGB (Red+Green+Blue) = 203+132+100=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8464 is #347B9B. Grayscale: #959595. Windows color (decimal): -3439516 or 6587595. OLE color: 6587595.

HSL color Cylindrical-coordinate representation of color #CB8464: hue angle of 18.64º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB8464 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB203132100-
CMYK00.350.510.20
HSL18.64º49.76%59.41%-
HSV(B)18.64º50.74%79.61%-
XYZ35.1830.1216.02-
YUV149.58100.02166.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=46.67%
G=30.34%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313210000.350.510.2018.6449.7659.41
HexCB8464023331413323b
Octal3132041440436324236273
Binary1100101110000100110010001000111100111010010011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8464; }

 p { color: rgb(203,132,100); }

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

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

 a { background-color: rgb(203,132,100); }

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

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

 span { border-color: rgb(203,132,100); }

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