#CB8165

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

Shades of Burning Sand #CB8165

Tints of Burning Sand #CB8165

Color information

#CB8165 (or 0xCB8165) is unknown color: approx Burning Sand. HEX triplet: CB, 81 and 65. RGB value is (203,129,101). Sum of RGB (Red+Green+Blue) = 203+129+101=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8165 is #347E9A. Grayscale: #949494. Windows color (decimal): -3440283 or 6652363. OLE color: 6652363.

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

Color convert

RGB203129101-
CMYK00.360.500.20
HSL16.47º49.51%59.61%-
HSV(B)16.47º50.25%79.61%-
XYZ34.8329.3416.14-
YUV147.93101.52167.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 101 (39.84% from 255) = 23.33%
R=46.88%
G=29.79%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312910100.360.500.2016.4749.5159.61
HexCB8165024321410323c
Octal3132011450446224206274
Binary1100101110000001110010101001001100101010010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8165; }

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

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

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

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

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

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

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

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