Html Css Color HEX #C97C8A Charm

📋 copy color: '#C97C8A'

red 201 ◦ green 124 ◦ blue 138

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

Shades of Charm #C97C8A

Tints of Charm #C97C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.78%

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 43.41%
G = 26.78%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C97C8A (or 0xC97C8A) is known color: Charm. HEX triplet: C9, 7C and 8A. RGB value is (201,124,138). Sum of RGB (Red+Green+Blue) = 201+124+138=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97C8A is #368375. Grayscale: #949494. Windows color (decimal): -3572598 or 9075913. OLE color: 9075913.

HSL color Cylindrical-coordinate representation of color #C97C8A: hue angle of 349.09º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97C8A is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 124 138 -
CMYK 0 0.38 0.31 0.21
HSL 349.09º 0.42% 0.64% -
HSV(B) 349.09º 0.38% 0.79% -
XYZ 35.88 28.67 27.69 -
YUV 148.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 201 124 138 0 0.38 0.31 0.21 349.09 0.42 0.64
Hex C9 7C 8A 0 26 1F 15 15D 2A 40
Octal 311 174 212 0 46 37 25 535 52 100
Binary 11001001 1111100 10001010 0 100110 11111 10101 101011101 101010 1000000

Color Harmonies of #C97C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C8A

Black with #C97C8A

Text Example


Text Example

White with #C97C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C8A; }

 p { color: rgb(201,124,138); }

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

background-color css

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

 a { background-color: rgb(201,124,138); }

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

border-color css

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

 span { border-color: rgb(201,124,138); }

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