#C97B61

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

Shades of Burning Sand #C97B61

Tints of Burning Sand #C97B61

Color information

#C97B61 (or 0xC97B61) is unknown color: approx Burning Sand. HEX triplet: C9, 7B and 61. RGB value is (201,123,97). Sum of RGB (Red+Green+Blue) = 201+123+97=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97B61 is #36849E. Grayscale: #8F8F8F. Windows color (decimal): -3572895 or 6388681. OLE color: 6388681.

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

Color convert

RGB20112397-
CMYK00.390.520.21
HSL15º49.06%58.43%-
HSV(B)15º51.74%78.82%-
XYZ33.3327.4514.85-
YUV143.36101.84169.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=47.74%
G=29.22%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011239700.390.520.211549.0658.43
HexC97B610273415f313a
Octal3111731410476425176172
Binary11001001111101111000010100111110100101011111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97B61; }

 p { color: rgb(201,123,97); }

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

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

 a { background-color: rgb(201,123,97); }

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

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

 span { border-color: rgb(201,123,97); }

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