Html Css Color HEX #C97F5B Burning Sand

📋 copy color: '#C97F5B'

red 201 ◦ green 127 ◦ blue 91

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

Shades of Burning Sand #C97F5B

Tints of Burning Sand #C97F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.72%

R = 47.97%
G = 30.31%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C97F5B (or 0xC97F5B) is known color: Burning Sand. HEX triplet: C9, 7F and 5B. RGB value is (201,127,91). Sum of RGB (Red+Green+Blue) = 201+127+91=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F5B is #3680A4. Grayscale: #919191. Windows color (decimal): -3571877 or 5996489. OLE color: 5996489.

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

Color convert

RGB 201 127 91 -
CMYK 0 0.37 0.55 0.21
HSL 19.64º 0.5% 0.57% -
HSV(B) 19.64º 0.55% 0.79% -
XYZ 33.57 28.35 13.6 -
YUV 145.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 201 127 91 0 0.37 0.55 0.21 19.64 0.5 0.57
Hex C9 7F 5B 0 25 37 15 14 32 39
Octal 311 177 133 0 45 67 25 24 62 71
Binary 11001001 1111111 1011011 0 100101 110111 10101 10100 110010 111001

Color Harmonies of #C97F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F5B

Black with #C97F5B

Text Example


Text Example

White with #C97F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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