#C08467

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

Shades of Burning Sand #C08467

Tints of Burning Sand #C08467

Color information

#C08467 (or 0xC08467) is unknown color: approx Burning Sand. HEX triplet: C0, 84 and 67. RGB value is (192,132,103). Sum of RGB (Red+Green+Blue) = 192+132+103=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C08467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08467 is #3F7B98. Grayscale: #929292. Windows color (decimal): -4160409 or 6784192. OLE color: 6784192.

HSL color Cylindrical-coordinate representation of color #C08467: hue angle of 19.55º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C08467 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB192132103-
CMYK00.310.460.25
HSL19.55º41.4%57.84%-
HSV(B)19.55º46.35%75.29%-
XYZ32.4428.6916.66-
YUV146.63103.38160.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=44.96%
G=30.91%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213210300.310.460.2519.5541.457.84
HexC0846701F2E1914293a
Octal3002041470375631245172
Binary110000001000010011001110111111011101100110100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08467; }

 p { color: rgb(192,132,103); }

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

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

 a { background-color: rgb(192,132,103); }

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

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

 span { border-color: rgb(192,132,103); }

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