Html Css Color HEX #C97284 Charm

📋 copy color: '#C97284'

red 201 ◦ green 114 ◦ blue 132

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

Shades of Charm #C97284

Tints of Charm #C97284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.5%

 BLUE value IS 132 (51.95% from 255) = 29.53%

R = 44.97%
G = 25.5%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C97284 (or 0xC97284) is known color: Charm. HEX triplet: C9, 72 and 84. RGB value is (201,114,132). Sum of RGB (Red+Green+Blue) = 201+114+132=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C97284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97284 is #368D7B. Grayscale: #8E8E8E. Windows color (decimal): -3575164 or 8680137. OLE color: 8680137.

HSL color Cylindrical-coordinate representation of color #C97284: hue angle of 347.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97284 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 132 -
CMYK 0 0.43 0.34 0.21
HSL 347.59º 0.45% 0.62% -
HSV(B) 347.59º 0.43% 0.79% -
XYZ 34.27 26.12 25.06 -
YUV 142.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 201 114 132 0 0.43 0.34 0.21 347.59 0.45 0.62
Hex C9 72 84 0 2B 22 15 15C 2D 3E
Octal 311 162 204 0 53 42 25 534 55 76
Binary 11001001 1110010 10000100 0 101011 100010 10101 101011100 101101 111110

Color Harmonies of #C97284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97284

Black with #C97284

Text Example


Text Example

White with #C97284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97284; }

 p { color: rgb(201,114,132); }

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

background-color css

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

 a { background-color: rgb(201,114,132); }

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

border-color css

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

 span { border-color: rgb(201,114,132); }

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