Html Css Color HEX #C27C8B Charm

📋 copy color: '#C27C8B'

red 194 ◦ green 124 ◦ blue 139

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

Shades of Charm #C27C8B

Tints of Charm #C27C8B

RGB

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

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

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

R = 42.45%
G = 27.13%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C27C8B (or 0xC27C8B) is known color: Charm. HEX triplet: C2, 7C and 8B. RGB value is (194,124,139). Sum of RGB (Red+Green+Blue) = 194+124+139=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27C8B is #3D8374. Grayscale: #929292. Windows color (decimal): -4031349 or 9141442. OLE color: 9141442.

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

Color convert

RGB 194 124 139 -
CMYK 0 0.36 0.28 0.24
HSL 347.14º 0.36% 0.62% -
HSV(B) 347.14º 0.36% 0.76% -
XYZ 34.12 27.75 27.98 -
YUV 146.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 194 124 139 0 0.36 0.28 0.24 347.14 0.36 0.62
Hex C2 7C 8B 0 24 1C 18 15B 24 3E
Octal 302 174 213 0 44 34 30 533 44 76
Binary 11000010 1111100 10001011 0 100100 11100 11000 101011011 100100 111110

Color Harmonies of #C27C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C8B

Black with #C27C8B

Text Example


Text Example

White with #C27C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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