Html Css Color HEX #C97F6F Burning Sand

📋 copy color: '#C97F6F'

red 201 ◦ green 127 ◦ blue 111

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

Shades of Burning Sand #C97F6F

Tints of Burning Sand #C97F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 45.79%
G = 28.93%
B = 25.28%

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

#C97F6F (or 0xC97F6F) is known color: Burning Sand. HEX triplet: C9, 7F and 6F. RGB value is (201,127,111). Sum of RGB (Red+Green+Blue) = 201+127+111=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F6F is #368090. Grayscale: #939393. Windows color (decimal): -3571857 or 7307209. OLE color: 7307209.

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

Color convert

RGB 201 127 111 -
CMYK 0 0.37 0.45 0.21
HSL 10.67º 0.45% 0.61% -
HSV(B) 10.67º 0.45% 0.79% -
XYZ 34.55 28.74 18.77 -
YUV 147.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 201 127 111 0 0.37 0.45 0.21 10.67 0.45 0.61
Hex C9 7F 6F 0 25 2D 15 B 2D 3D
Octal 311 177 157 0 45 55 25 13 55 75
Binary 11001001 1111111 1101111 0 100101 101101 10101 1011 101101 111101

Color Harmonies of #C97F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F6F

Black with #C97F6F

Text Example


Text Example

White with #C97F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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