Html Css Color HEX #C97B94 Charm

📋 copy color: '#C97B94'

red 201 ◦ green 123 ◦ blue 148

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

Shades of Charm #C97B94

Tints of Charm #C97B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.06%

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 42.58%
G = 26.06%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C97B94 (or 0xC97B94) is known color: Charm. HEX triplet: C9, 7B and 94. RGB value is (201,123,148). Sum of RGB (Red+Green+Blue) = 201+123+148=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97B94 is #36846B. Grayscale: #959595. Windows color (decimal): -3572844 or 9731017. OLE color: 9731017.

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

Color convert

RGB 201 123 148 -
CMYK 0 0.39 0.26 0.21
HSL 340.77º 0.42% 0.64% -
HSV(B) 340.77º 0.39% 0.79% -
XYZ 36.52 28.72 31.64 -
YUV 149.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 201 123 148 0 0.39 0.26 0.21 340.77 0.42 0.64
Hex C9 7B 94 0 27 1A 15 155 2A 40
Octal 311 173 224 0 47 32 25 525 52 100
Binary 11001001 1111011 10010100 0 100111 11010 10101 101010101 101010 1000000

Color Harmonies of #C97B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97B94

Black with #C97B94

Text Example


Text Example

White with #C97B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97B94; }

 p { color: rgb(201,123,148); }

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

background-color css

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

 a { background-color: rgb(201,123,148); }

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

border-color css

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

 span { border-color: rgb(201,123,148); }

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