Html Css Color HEX #C97F6A Burning Sand

📋 copy color: '#C97F6A'

red 201 ◦ green 127 ◦ blue 106

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

Shades of Burning Sand #C97F6A

Tints of Burning Sand #C97F6A

RGB

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

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

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

R = 46.31%
G = 29.26%
B = 24.42%

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

#C97F6A (or 0xC97F6A) is known color: Burning Sand. HEX triplet: C9, 7F and 6A. RGB value is (201,127,106). Sum of RGB (Red+Green+Blue) = 201+127+106=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F6A is #368095. Grayscale: #929292. Windows color (decimal): -3571862 or 6979529. OLE color: 6979529.

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

Color convert

RGB 201 127 106 -
CMYK 0 0.37 0.47 0.21
HSL 13.26º 0.47% 0.6% -
HSV(B) 13.26º 0.47% 0.79% -
XYZ 34.28 28.64 17.36 -
YUV 146.73 105.02 166.71 -
System Red Green Blue C M Y K H S L
Decimal 201 127 106 0 0.37 0.47 0.21 13.26 0.47 0.6
Hex C9 7F 6A 0 25 2F 15 D 2F 3C
Octal 311 177 152 0 45 57 25 15 57 74
Binary 11001001 1111111 1101010 0 100101 101111 10101 1101 101111 111100

Color Harmonies of #C97F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F6A

Black with #C97F6A

Text Example


Text Example

White with #C97F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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