Html Css Color HEX #C97E6A Burning Sand

📋 copy color: '#C97E6A'

red 201 ◦ green 126 ◦ blue 106

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

Shades of Burning Sand #C97E6A

Tints of Burning Sand #C97E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.48%

R = 46.42%
G = 29.1%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C97E6A (or 0xC97E6A) is known color: Burning Sand. HEX triplet: C9, 7E and 6A. RGB value is (201,126,106). Sum of RGB (Red+Green+Blue) = 201+126+106=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97E6A is #368195. Grayscale: #929292. Windows color (decimal): -3572118 or 6979273. OLE color: 6979273.

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

Color convert

RGB 201 126 106 -
CMYK 0 0.37 0.47 0.21
HSL 12.63º 0.47% 0.6% -
HSV(B) 12.63º 0.47% 0.79% -
XYZ 34.15 28.38 17.31 -
YUV 146.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 201 126 106 0 0.37 0.47 0.21 12.63 0.47 0.6
Hex C9 7E 6A 0 25 2F 15 D 2F 3C
Octal 311 176 152 0 45 57 25 15 57 74
Binary 11001001 1111110 1101010 0 100101 101111 10101 1101 101111 111100

Color Harmonies of #C97E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E6A

Black with #C97E6A

Text Example


Text Example

White with #C97E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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