Html Css Color HEX #C97E6C Burning Sand

📋 copy color: '#C97E6C'

red 201 ◦ green 126 ◦ blue 108

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

Shades of Burning Sand #C97E6C

Tints of Burning Sand #C97E6C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.97%

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 46.21%
G = 28.97%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C97E6C (or 0xC97E6C) is known color: Burning Sand. HEX triplet: C9, 7E and 6C. RGB value is (201,126,108). Sum of RGB (Red+Green+Blue) = 201+126+108=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97E6C is #368193. Grayscale: #929292. Windows color (decimal): -3572116 or 7110345. OLE color: 7110345.

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

Color convert

RGB 201 126 108 -
CMYK 0 0.37 0.46 0.21
HSL 11.61º 0.46% 0.61% -
HSV(B) 11.61º 0.46% 0.79% -
XYZ 34.26 28.42 17.87 -
YUV 146.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 201 126 108 0 0.37 0.46 0.21 11.61 0.46 0.61
Hex C9 7E 6C 0 25 2E 15 C 2E 3D
Octal 311 176 154 0 45 56 25 14 56 75
Binary 11001001 1111110 1101100 0 100101 101110 10101 1100 101110 111101

Color Harmonies of #C97E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E6C

Black with #C97E6C

Text Example


Text Example

White with #C97E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E6C; }

 p { color: rgb(201,126,108); }

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

background-color css

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

 a { background-color: rgb(201,126,108); }

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

border-color css

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

 span { border-color: rgb(201,126,108); }

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