Html Css Color HEX #C27C7D Charm

📋 copy color: '#C27C7D'

red 194 ◦ green 124 ◦ blue 125

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

Shades of Charm #C27C7D

Tints of Charm #C27C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 43.79%
G = 27.99%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C27C7D (or 0xC27C7D) is known color: Charm. HEX triplet: C2, 7C and 7D. RGB value is (194,124,125). Sum of RGB (Red+Green+Blue) = 194+124+125=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C7D is #3D8382. Grayscale: #919191. Windows color (decimal): -4031363 or 8223938. OLE color: 8223938.

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

Color convert

RGB 194 124 125 -
CMYK 0 0.36 0.36 0.24
HSL 359.14º 0.36% 0.62% -
HSV(B) 359.14º 0.36% 0.76% -
XYZ 33.16 27.37 22.94 -
YUV 145.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 194 124 125 0 0.36 0.36 0.24 359.14 0.36 0.62
Hex C2 7C 7D 0 24 24 18 167 24 3E
Octal 302 174 175 0 44 44 30 547 44 76
Binary 11000010 1111100 1111101 0 100100 100100 11000 101100111 100100 111110

Color Harmonies of #C27C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C7D

Black with #C27C7D

Text Example


Text Example

White with #C27C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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