Html Css Color HEX #C97D6A Burning Sand

📋 copy color: '#C97D6A'

red 201 ◦ green 125 ◦ blue 106

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

Shades of Burning Sand #C97D6A

Tints of Burning Sand #C97D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.94%

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

R = 46.53%
G = 28.94%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C97D6A (or 0xC97D6A) is known color: Burning Sand. HEX triplet: C9, 7D and 6A. RGB value is (201,125,106). Sum of RGB (Red+Green+Blue) = 201+125+106=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97D6A is #368295. Grayscale: #919191. Windows color (decimal): -3572374 or 6979017. OLE color: 6979017.

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

Color convert

RGB 201 125 106 -
CMYK 0 0.38 0.47 0.21
HSL 12º 0.47% 0.6% -
HSV(B) 12º 0.47% 0.79% -
XYZ 34.02 28.13 17.27 -
YUV 145.56 105.68 167.54 -
System Red Green Blue C M Y K H S L
Decimal 201 125 106 0 0.38 0.47 0.21 12 0.47 0.6
Hex C9 7D 6A 0 26 2F 15 C 2F 3C
Octal 311 175 152 0 46 57 25 14 57 74
Binary 11001001 1111101 1101010 0 100110 101111 10101 1100 101111 111100

Color Harmonies of #C97D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D6A

Black with #C97D6A

Text Example


Text Example

White with #C97D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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