Html Css Color HEX #C97F6E Burning Sand

📋 copy color: '#C97F6E'

red 201 ◦ green 127 ◦ blue 110

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

Shades of Burning Sand #C97F6E

Tints of Burning Sand #C97F6E

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

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

R = 45.89%
G = 29%
B = 25.11%

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

#C97F6E (or 0xC97F6E) is known color: Burning Sand. HEX triplet: C9, 7F and 6E. RGB value is (201,127,110). Sum of RGB (Red+Green+Blue) = 201+127+110=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F6E is #368091. Grayscale: #939393. Windows color (decimal): -3571858 or 7241673. OLE color: 7241673.

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

Color convert

RGB 201 127 110 -
CMYK 0 0.37 0.45 0.21
HSL 11.21º 0.46% 0.61% -
HSV(B) 11.21º 0.45% 0.79% -
XYZ 34.49 28.72 18.48 -
YUV 147.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 201 127 110 0 0.37 0.45 0.21 11.21 0.46 0.61
Hex C9 7F 6E 0 25 2D 15 B 2E 3D
Octal 311 177 156 0 45 55 25 13 56 75
Binary 11001001 1111111 1101110 0 100101 101101 10101 1011 101110 111101

Color Harmonies of #C97F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F6E

Black with #C97F6E

Text Example


Text Example

White with #C97F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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