Html Css Color HEX #C97287 Charm

📋 copy color: '#C97287'

red 201 ◦ green 114 ◦ blue 135

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

Shades of Charm #C97287

Tints of Charm #C97287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30%

R = 44.67%
G = 25.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C97287 (or 0xC97287) is known color: Charm. HEX triplet: C9, 72 and 87. RGB value is (201,114,135). Sum of RGB (Red+Green+Blue) = 201+114+135=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C97287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97287 is #368D78. Grayscale: #8E8E8E. Windows color (decimal): -3575161 or 8876745. OLE color: 8876745.

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

Color convert

RGB 201 114 135 -
CMYK 0 0.43 0.33 0.21
HSL 345.52º 0.45% 0.62% -
HSV(B) 345.52º 0.43% 0.79% -
XYZ 34.48 26.2 26.16 -
YUV 142.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 201 114 135 0 0.43 0.33 0.21 345.52 0.45 0.62
Hex C9 72 87 0 2B 21 15 15A 2D 3E
Octal 311 162 207 0 53 41 25 532 55 76
Binary 11001001 1110010 10000111 0 101011 100001 10101 101011010 101101 111110

Color Harmonies of #C97287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97287

Black with #C97287

Text Example


Text Example

White with #C97287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97287; }

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

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

background-color css

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

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

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

border-color css

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

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

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