Html Css Color HEX #C97278 Charm

📋 copy color: '#C97278'

red 201 ◦ green 114 ◦ blue 120

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

Shades of Charm #C97278

Tints of Charm #C97278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.59%

R = 46.21%
G = 26.21%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C97278 (or 0xC97278) is known color: Charm. HEX triplet: C9, 72 and 78. RGB value is (201,114,120). Sum of RGB (Red+Green+Blue) = 201+114+120=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C97278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97278 is #368D87. Grayscale: #8C8C8C. Windows color (decimal): -3575176 or 7893705. OLE color: 7893705.

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

Color convert

RGB 201 114 120 -
CMYK 0 0.43 0.40 0.21
HSL 355.86º 0.45% 0.62% -
HSV(B) 355.86º 0.43% 0.79% -
XYZ 33.49 25.81 20.99 -
YUV 140.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 201 114 120 0 0.43 0.40 0.21 355.86 0.45 0.62
Hex C9 72 78 0 2B 28 15 164 2D 3E
Octal 311 162 170 0 53 50 25 544 55 76
Binary 11001001 1110010 1111000 0 101011 101000 10101 101100100 101101 111110

Color Harmonies of #C97278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97278

Black with #C97278

Text Example


Text Example

White with #C97278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97278; }

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

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

background-color css

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

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

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

border-color css

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

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

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