Html Css Color HEX #C97081 Charm

📋 copy color: '#C97081'

red 201 ◦ green 112 ◦ blue 129

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

Shades of Charm #C97081

Tints of Charm #C97081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.19%

R = 45.48%
G = 25.34%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C97081 (or 0xC97081) is known color: Charm. HEX triplet: C9, 70 and 81. RGB value is (201,112,129). Sum of RGB (Red+Green+Blue) = 201+112+129=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C97081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97081 is #368F7E. Grayscale: #8C8C8C. Windows color (decimal): -3575679 or 8483017. OLE color: 8483017.

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

Color convert

RGB 201 112 129 -
CMYK 0 0.44 0.36 0.21
HSL 348.54º 0.45% 0.61% -
HSV(B) 348.54º 0.44% 0.79% -
XYZ 33.84 25.59 23.92 -
YUV 140.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 201 112 129 0 0.44 0.36 0.21 348.54 0.45 0.61
Hex C9 70 81 0 2C 24 15 15D 2D 3D
Octal 311 160 201 0 54 44 25 535 55 75
Binary 11001001 1110000 10000001 0 101100 100100 10101 101011101 101101 111101

Color Harmonies of #C97081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97081

Black with #C97081

Text Example


Text Example

White with #C97081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97081; }

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

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

background-color css

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

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

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

border-color css

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

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

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