Html Css Color HEX #C27C8A Charm

📋 copy color: '#C27C8A'

red 194 ◦ green 124 ◦ blue 138

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

Shades of Charm #C27C8A

Tints of Charm #C27C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 138 (54.3% from 255) = 30.26%

R = 42.54%
G = 27.19%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C27C8A (or 0xC27C8A) is known color: Charm. HEX triplet: C2, 7C and 8A. RGB value is (194,124,138). Sum of RGB (Red+Green+Blue) = 194+124+138=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C8A is #3D8375. Grayscale: #929292. Windows color (decimal): -4031350 or 9075906. OLE color: 9075906.

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

Color convert

RGB 194 124 138 -
CMYK 0 0.36 0.29 0.24
HSL 348º 0.36% 0.62% -
HSV(B) 348º 0.36% 0.76% -
XYZ 34.04 27.72 27.6 -
YUV 146.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 194 124 138 0 0.36 0.29 0.24 348 0.36 0.62
Hex C2 7C 8A 0 24 1D 18 15C 24 3E
Octal 302 174 212 0 44 35 30 534 44 76
Binary 11000010 1111100 10001010 0 100100 11101 11000 101011100 100100 111110

Color Harmonies of #C27C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C8A

Black with #C27C8A

Text Example


Text Example

White with #C27C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C8A; }

 p { color: rgb(194,124,138); }

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

background-color css

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

 a { background-color: rgb(194,124,138); }

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

border-color css

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

 span { border-color: rgb(194,124,138); }

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