Html Css Color HEX #C97F5D Burning Sand

📋 copy color: '#C97F5D'

red 201 ◦ green 127 ◦ blue 93

#C97F5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #C97F5D

Tints of Burning Sand #C97F5D

RGB

 RED value IS 201 (78.91% from 255) = 47.74%

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 93 (36.72% from 255) = 22.09%

R = 47.74%
G = 30.17%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C97F5D (or 0xC97F5D) is known color: Burning Sand. HEX triplet: C9, 7F and 5D. RGB value is (201,127,93). Sum of RGB (Red+Green+Blue) = 201+127+93=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F5D is #3680A2. Grayscale: #919191. Windows color (decimal): -3571875 or 6127561. OLE color: 6127561.

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

Color convert

RGB 201 127 93 -
CMYK 0 0.37 0.54 0.21
HSL 18.89º 0.5% 0.58% -
HSV(B) 18.89º 0.54% 0.79% -
XYZ 33.65 28.39 14.06 -
YUV 145.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 201 127 93 0 0.37 0.54 0.21 18.89 0.5 0.58
Hex C9 7F 5D 0 25 36 15 13 32 3A
Octal 311 177 135 0 45 66 25 23 62 72
Binary 11001001 1111111 1011101 0 100101 110110 10101 10011 110010 111010

Color Harmonies of #C97F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F5D

Black with #C97F5D

Text Example


Text Example

White with #C97F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F5D; }

 p { color: rgb(201,127,93); }

 H1.HeaderClassName
 {
   color: #C97F5D;
 }
 .AnyTagClassName
 {
   color: #C97F5D;
 }
</style>

background-color css

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

 a { background-color: rgb(201,127,93); }

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

border-color css

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

 span { border-color: rgb(201,127,93); }

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