#C68470

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

Shades of Burning Sand #C68470

Tints of Burning Sand #C68470

Color information

#C68470 (or 0xC68470) is unknown color: approx Burning Sand. HEX triplet: C6, 84 and 70. RGB value is (198,132,112). Sum of RGB (Red+Green+Blue) = 198+132+112=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C68470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68470 is #397B8F. Grayscale: #959595. Windows color (decimal): -3767184 or 7374022. OLE color: 7374022.

HSL color Cylindrical-coordinate representation of color #C68470: hue angle of 13.95º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C68470 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198132112-
CMYK00.330.430.22
HSL13.95º43%60.78%-
HSV(B)13.95º43.43%77.65%-
XYZ34.4629.6819.24-
YUV149.45106.87162.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.80%
GREEN value IS 132 (51.95% from 255) = 29.86%
BLUE value IS 112 (44.14% from 255) = 25.34%
R=44.80%
G=29.86%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813211200.330.430.2213.954360.78
HexC684700212B16e2b3d
Octal3062041600415326165375
Binary110001101000010011100000100001101011101101110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68470; }

 p { color: rgb(198,132,112); }

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

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

 a { background-color: rgb(198,132,112); }

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

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

 span { border-color: rgb(198,132,112); }

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