Html Css Color HEX #C97288 Charm

📋 copy color: '#C97288'

red 201 ◦ green 114 ◦ blue 136

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

Shades of Charm #C97288

Tints of Charm #C97288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 44.57%
G = 25.28%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C97288 (or 0xC97288) is known color: Charm. HEX triplet: C9, 72 and 88. RGB value is (201,114,136). Sum of RGB (Red+Green+Blue) = 201+114+136=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C97288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97288 is #368D77. Grayscale: #8E8E8E. Windows color (decimal): -3575160 or 8942281. OLE color: 8942281.

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

Color convert

RGB 201 114 136 -
CMYK 0 0.43 0.32 0.21
HSL 344.83º 0.45% 0.62% -
HSV(B) 344.83º 0.43% 0.79% -
XYZ 34.55 26.23 26.53 -
YUV 142.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 201 114 136 0 0.43 0.32 0.21 344.83 0.45 0.62
Hex C9 72 88 0 2B 20 15 159 2D 3E
Octal 311 162 210 0 53 40 25 531 55 76
Binary 11001001 1110010 10001000 0 101011 100000 10101 101011001 101101 111110

Color Harmonies of #C97288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97288

Black with #C97288

Text Example


Text Example

White with #C97288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97288; }

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

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

background-color css

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

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

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

border-color css

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

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

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