#C08164

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

Shades of Burning Sand #C08164

Tints of Burning Sand #C08164

Color information

#C08164 (or 0xC08164) is unknown color: approx Burning Sand. HEX triplet: C0, 81 and 64. RGB value is (192,129,100). Sum of RGB (Red+Green+Blue) = 192+129+100=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08164 is #3F7E9B. Grayscale: #909090. Windows color (decimal): -4161180 or 6586816. OLE color: 6586816.

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

Color convert

RGB192129100-
CMYK00.330.480.25
HSL18.91º42.2%57.25%-
HSV(B)18.91º47.92%75.29%-
XYZ31.8927.8315.75-
YUV144.53102.87161.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=45.61%
G=30.64%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212910000.330.480.2518.9142.257.25
HexC081640213019132a39
Octal3002011440416031235271
Binary1100000010000001110010001000011100001100110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08164; }

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

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

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

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

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

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

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

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