Html Css Color HEX #C27A8B Charm

📋 copy color: '#C27A8B'

red 194 ◦ green 122 ◦ blue 139

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

Shades of Charm #C27A8B

Tints of Charm #C27A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.55%

R = 42.64%
G = 26.81%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C27A8B (or 0xC27A8B) is known color: Charm. HEX triplet: C2, 7A and 8B. RGB value is (194,122,139). Sum of RGB (Red+Green+Blue) = 194+122+139=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A8B is #3D8574. Grayscale: #919191. Windows color (decimal): -4031861 or 9140930. OLE color: 9140930.

HSL color Cylindrical-coordinate representation of color #C27A8B: hue angle of 345.83º 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 #C27A8B is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 122 139 -
CMYK 0 0.37 0.28 0.24
HSL 345.83º 0.37% 0.62% -
HSV(B) 345.83º 0.37% 0.76% -
XYZ 33.87 27.25 27.9 -
YUV 145.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 194 122 139 0 0.37 0.28 0.24 345.83 0.37 0.62
Hex C2 7A 8B 0 25 1C 18 15A 25 3E
Octal 302 172 213 0 45 34 30 532 45 76
Binary 11000010 1111010 10001011 0 100101 11100 11000 101011010 100101 111110

Color Harmonies of #C27A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A8B

Black with #C27A8B

Text Example


Text Example

White with #C27A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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