#C68565

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

Shades of Burning Sand #C68565

Tints of Burning Sand #C68565

Color information

#C68565 (or 0xC68565) is unknown color: approx Burning Sand. HEX triplet: C6, 85 and 65. RGB value is (198,133,101). Sum of RGB (Red+Green+Blue) = 198+133+101=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C68565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68565 is #397A9A. Grayscale: #949494. Windows color (decimal): -3766939 or 6653382. OLE color: 6653382.

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

Color convert

RGB198133101-
CMYK00.330.490.22
HSL19.79º45.97%58.63%-
HSV(B)19.79º48.99%77.65%-
XYZ34.0329.7216.26-
YUV148.79101.03163.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=45.83%
G=30.79%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813310100.330.490.2219.7945.9758.63
HexC685650213116142e3b
Octal3062051450416126245673
Binary1100011010000101110010101000011100011011010100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68565; }

 p { color: rgb(198,133,101); }

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

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

 a { background-color: rgb(198,133,101); }

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

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

 span { border-color: rgb(198,133,101); }

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