#C08165

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

Shades of Burning Sand #C08165

Tints of Burning Sand #C08165

Color information

#C08165 (or 0xC08165) is unknown color: approx Burning Sand. HEX triplet: C0, 81 and 65. RGB value is (192,129,101). Sum of RGB (Red+Green+Blue) = 192+129+101=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C08165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08165 is #3F7E9A. Grayscale: #909090. Windows color (decimal): -4161179 or 6652352. OLE color: 6652352.

HSL color Cylindrical-coordinate representation of color #C08165: hue angle of 18.46º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C08165 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB192129101-
CMYK00.330.470.25
HSL18.46º41.94%57.45%-
HSV(B)18.46º47.4%75.29%-
XYZ31.9427.8516-
YUV144.65103.37161.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 101 (39.84% from 255) = 23.93%
R=45.50%
G=30.57%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212910100.330.470.2518.4641.9457.45
HexC081650212F19122a39
Octal3002011450415731225271
Binary1100000010000001110010101000011011111100110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08165; }

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

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

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

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

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

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

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

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