Html Css Color HEX #C97E6E Burning Sand

📋 copy color: '#C97E6E'

red 201 ◦ green 126 ◦ blue 110

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

Shades of Burning Sand #C97E6E

Tints of Burning Sand #C97E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.17%

R = 46%
G = 28.83%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C97E6E (or 0xC97E6E) is known color: Burning Sand. HEX triplet: C9, 7E and 6E. RGB value is (201,126,110). Sum of RGB (Red+Green+Blue) = 201+126+110=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97E6E is #368191. Grayscale: #929292. Windows color (decimal): -3572114 or 7241417. OLE color: 7241417.

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

Color convert

RGB 201 126 110 -
CMYK 0 0.37 0.45 0.21
HSL 10.55º 0.46% 0.61% -
HSV(B) 10.55º 0.45% 0.79% -
XYZ 34.36 28.47 18.44 -
YUV 146.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 201 126 110 0 0.37 0.45 0.21 10.55 0.46 0.61
Hex C9 7E 6E 0 25 2D 15 B 2E 3D
Octal 311 176 156 0 45 55 25 13 56 75
Binary 11001001 1111110 1101110 0 100101 101101 10101 1011 101110 111101

Color Harmonies of #C97E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E6E

Black with #C97E6E

Text Example


Text Example

White with #C97E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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