Html Css Color HEX #C27A8D Charm

📋 copy color: '#C27A8D'

red 194 ◦ green 122 ◦ blue 141

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

Shades of Charm #C27A8D

Tints of Charm #C27A8D

RGB

 RED value IS 194 (76.17% from 255) = 42.45%

 GREEN value IS 122 (48.05% from 255) = 26.7%

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 42.45%
G = 26.7%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C27A8D (or 0xC27A8D) is known color: Charm. HEX triplet: C2, 7A and 8D. RGB value is (194,122,141). Sum of RGB (Red+Green+Blue) = 194+122+141=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A8D is #3D8572. Grayscale: #919191. Windows color (decimal): -4031859 or 9272002. OLE color: 9272002.

HSL color Cylindrical-coordinate representation of color #C27A8D: hue angle of 344.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27A8D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 141 -
CMYK 0 0.37 0.27 0.24
HSL 344.17º 0.37% 0.62% -
HSV(B) 344.17º 0.37% 0.76% -
XYZ 34.02 27.31 28.68 -
YUV 145.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 194 122 141 0 0.37 0.27 0.24 344.17 0.37 0.62
Hex C2 7A 8D 0 25 1B 18 158 25 3E
Octal 302 172 215 0 45 33 30 530 45 76
Binary 11000010 1111010 10001101 0 100101 11011 11000 101011000 100101 111110

Color Harmonies of #C27A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A8D

Black with #C27A8D

Text Example


Text Example

White with #C27A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A8D; }

 p { color: rgb(194,122,141); }

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

background-color css

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

 a { background-color: rgb(194,122,141); }

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

border-color css

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

 span { border-color: rgb(194,122,141); }

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