Html Css Color HEX #C97E6D Burning Sand

📋 copy color: '#C97E6D'

red 201 ◦ green 126 ◦ blue 109

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

Shades of Burning Sand #C97E6D

Tints of Burning Sand #C97E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25%

R = 46.1%
G = 28.9%
B = 25%

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

#C97E6D (or 0xC97E6D) is known color: Burning Sand. HEX triplet: C9, 7E and 6D. RGB value is (201,126,109). Sum of RGB (Red+Green+Blue) = 201+126+109=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97E6D is #368192. Grayscale: #929292. Windows color (decimal): -3572115 or 7175881. OLE color: 7175881.

HSL color Cylindrical-coordinate representation of color #C97E6D: hue angle of 11.09º 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 #C97E6D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 126 109 -
CMYK 0 0.37 0.46 0.21
HSL 11.09º 0.46% 0.61% -
HSV(B) 11.09º 0.46% 0.79% -
XYZ 34.31 28.44 18.15 -
YUV 146.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 201 126 109 0 0.37 0.46 0.21 11.09 0.46 0.61
Hex C9 7E 6D 0 25 2E 15 B 2E 3D
Octal 311 176 155 0 45 56 25 13 56 75
Binary 11001001 1111110 1101101 0 100101 101110 10101 1011 101110 111101

Color Harmonies of #C97E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E6D

Black with #C97E6D

Text Example


Text Example

White with #C97E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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