Html Css Color HEX #C27188 Charm

📋 copy color: '#C27188'

red 194 ◦ green 113 ◦ blue 136

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

Shades of Charm #C27188

Tints of Charm #C27188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.51%

 BLUE value IS 136 (53.52% from 255) = 30.7%

R = 43.79%
G = 25.51%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C27188 (or 0xC27188) is known color: Charm. HEX triplet: C2, 71 and 88. RGB value is (194,113,136). Sum of RGB (Red+Green+Blue) = 194+113+136=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27188 is #3D8E77. Grayscale: #8B8B8B. Windows color (decimal): -4034168 or 8942018. OLE color: 8942018.

HSL color Cylindrical-coordinate representation of color #C27188: hue angle of 342.96º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27188 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 136 -
CMYK 0 0.42 0.30 0.24
HSL 342.96º 0.4% 0.6% -
HSV(B) 342.96º 0.42% 0.76% -
XYZ 32.6 25.06 26.41 -
YUV 139.84 125.84 166.63 -
System Red Green Blue C M Y K H S L
Decimal 194 113 136 0 0.42 0.30 0.24 342.96 0.4 0.6
Hex C2 71 88 0 2A 1E 18 157 28 3C
Octal 302 161 210 0 52 36 30 527 50 74
Binary 11000010 1110001 10001000 0 101010 11110 11000 101010111 101000 111100

Color Harmonies of #C27188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27188

Black with #C27188

Text Example


Text Example

White with #C27188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27188; }

 p { color: rgb(194,113,136); }

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

background-color css

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

 a { background-color: rgb(194,113,136); }

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

border-color css

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

 span { border-color: rgb(194,113,136); }

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