#C08767

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

Shades of Burning Sand #C08767

Tints of Burning Sand #C08767

Color information

#C08767 (or 0xC08767) is unknown color: approx Burning Sand. HEX triplet: C0, 87 and 67. RGB value is (192,135,103). Sum of RGB (Red+Green+Blue) = 192+135+103=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C08767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08767 is #3F7898. Grayscale: #949494. Windows color (decimal): -4159641 or 6784960. OLE color: 6784960.

HSL color Cylindrical-coordinate representation of color #C08767: hue angle of 21.57º 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 #C08767 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB192135103-
CMYK00.300.460.25
HSL21.57º41.4%57.84%-
HSV(B)21.57º46.35%75.29%-
XYZ32.8529.5116.8-
YUV148.39102.38159.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=44.65%
G=31.40%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213510300.300.460.2521.5741.457.84
HexC0876701E2E1916293a
Octal3002071470365631265172
Binary110000001000011111001110111101011101100110110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08767; }

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

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

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

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

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

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

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

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