#C97D62

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

Shades of Burning Sand #C97D62

Tints of Burning Sand #C97D62

Color information

#C97D62 (or 0xC97D62) is unknown color: approx Burning Sand. HEX triplet: C9, 7D and 62. RGB value is (201,125,98). Sum of RGB (Red+Green+Blue) = 201+125+98=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D62 is #36829D. Grayscale: #909090. Windows color (decimal): -3572382 or 6454729. OLE color: 6454729.

HSL color Cylindrical-coordinate representation of color #C97D62: hue angle of 15.73º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C97D62 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB20112598-
CMYK00.380.510.21
HSL15.73º48.82%58.63%-
HSV(B)15.73º51.24%78.82%-
XYZ33.6327.9715.18-
YUV144.65101.68168.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.41%
GREEN value IS 125 (49.22% from 255) = 29.48%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=47.41%
G=29.48%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011259800.380.510.2115.7348.8258.63
HexC97D62026331510313b
Octal3111751420466325206173
Binary110010011111101110001001001101100111010110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97D62; }

 p { color: rgb(201,125,98); }

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

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

 a { background-color: rgb(201,125,98); }

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

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

 span { border-color: rgb(201,125,98); }

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