#C68070

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

Shades of Burning Sand #C68070

Tints of Burning Sand #C68070

Color information

#C68070 (or 0xC68070) is unknown color: approx Burning Sand. HEX triplet: C6, 80 and 70. RGB value is (198,128,112). Sum of RGB (Red+Green+Blue) = 198+128+112=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C68070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68070 is #397F8F. Grayscale: #939393. Windows color (decimal): -3768208 or 7372998. OLE color: 7372998.

HSL color Cylindrical-coordinate representation of color #C68070: hue angle of 11.16º 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 #C68070 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198128112-
CMYK00.350.430.22
HSL11.16º43%60.78%-
HSV(B)11.16º43.43%77.65%-
XYZ33.9328.6119.06-
YUV147.11108.19164.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 128 (50.39% from 255) = 29.22%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=45.21%
G=29.22%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812811200.350.430.2211.164360.78
HexC680700232B16b2b3d
Octal3062001600435326135375
Binary110001101000000011100000100011101011101101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68070; }

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

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

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

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

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

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

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

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