#CB8461

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

Shades of Burning Sand #CB8461

Tints of Burning Sand #CB8461

Color information

#CB8461 (or 0xCB8461) is unknown color: approx Burning Sand. HEX triplet: CB, 84 and 61. RGB value is (203,132,97). Sum of RGB (Red+Green+Blue) = 203+132+97=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8461 is #347B9E. Grayscale: #959595. Windows color (decimal): -3439519 or 6390987. OLE color: 6390987.

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

Color convert

RGB20313297-
CMYK00.350.520.20
HSL19.81º50.48%58.82%-
HSV(B)19.81º52.22%79.61%-
XYZ35.0430.0615.27-
YUV149.2498.52166.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 97 (38.28% from 255) = 22.45%
R=46.99%
G=30.56%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031329700.350.520.2019.8150.4858.82
HexCB8461023341414323b
Octal3132041410436424246273
Binary1100101110000100110000101000111101001010010100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8461; }

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

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

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

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

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

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

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

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