Html Css Color HEX #C97D5C Burning Sand

📋 copy color: '#C97D5C'

red 201 ◦ green 125 ◦ blue 92

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

Shades of Burning Sand #C97D5C

Tints of Burning Sand #C97D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 92 (36.33% from 255) = 22.01%

R = 48.09%
G = 29.9%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C97D5C (or 0xC97D5C) is known color: Burning Sand. HEX triplet: C9, 7D and 5C. RGB value is (201,125,92). Sum of RGB (Red+Green+Blue) = 201+125+92=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D5C is #3682A3. Grayscale: #909090. Windows color (decimal): -3572388 or 6061513. OLE color: 6061513.

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

Color convert

RGB 201 125 92 -
CMYK 0 0.38 0.54 0.21
HSL 18.17º 0.5% 0.57% -
HSV(B) 18.17º 0.54% 0.79% -
XYZ 33.35 27.86 13.74 -
YUV 143.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 201 125 92 0 0.38 0.54 0.21 18.17 0.5 0.57
Hex C9 7D 5C 0 26 36 15 12 32 39
Octal 311 175 134 0 46 66 25 22 62 71
Binary 11001001 1111101 1011100 0 100110 110110 10101 10010 110010 111001

Color Harmonies of #C97D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D5C

Black with #C97D5C

Text Example


Text Example

White with #C97D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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