Html Css Color HEX #C97078 Charm

📋 copy color: '#C97078'

red 201 ◦ green 112 ◦ blue 120

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

Shades of Charm #C97078

Tints of Charm #C97078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 46.42%
G = 25.87%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C97078 (or 0xC97078) is known color: Charm. HEX triplet: C9, 70 and 78. RGB value is (201,112,120). Sum of RGB (Red+Green+Blue) = 201+112+120=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C97078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97078 is #368F87. Grayscale: #8B8B8B. Windows color (decimal): -3575688 or 7893193. OLE color: 7893193.

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

Color convert

RGB 201 112 120 -
CMYK 0 0.44 0.40 0.21
HSL 354.61º 0.45% 0.61% -
HSV(B) 354.61º 0.44% 0.79% -
XYZ 33.27 25.36 20.91 -
YUV 139.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 201 112 120 0 0.44 0.40 0.21 354.61 0.45 0.61
Hex C9 70 78 0 2C 28 15 163 2D 3D
Octal 311 160 170 0 54 50 25 543 55 75
Binary 11001001 1110000 1111000 0 101100 101000 10101 101100011 101101 111101

Color Harmonies of #C97078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97078

Black with #C97078

Text Example


Text Example

White with #C97078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97078; }

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

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

background-color css

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

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

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

border-color css

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

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

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