Html Css Color HEX #C27A7D Charm

📋 copy color: '#C27A7D'

red 194 ◦ green 122 ◦ blue 125

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

Shades of Charm #C27A7D

Tints of Charm #C27A7D

RGB

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

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

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

R = 43.99%
G = 27.66%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C27A7D (or 0xC27A7D) is known color: Charm. HEX triplet: C2, 7A and 7D. RGB value is (194,122,125). Sum of RGB (Red+Green+Blue) = 194+122+125=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A7D is #3D8582. Grayscale: #8F8F8F. Windows color (decimal): -4031875 or 8223426. OLE color: 8223426.

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

Color convert

RGB 194 122 125 -
CMYK 0 0.37 0.36 0.24
HSL 357.5º 0.37% 0.62% -
HSV(B) 357.5º 0.37% 0.76% -
XYZ 32.91 26.87 22.85 -
YUV 143.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 194 122 125 0 0.37 0.36 0.24 357.5 0.37 0.62
Hex C2 7A 7D 0 25 24 18 166 25 3E
Octal 302 172 175 0 45 44 30 546 45 76
Binary 11000010 1111010 1111101 0 100101 100100 11000 101100110 100101 111110

Color Harmonies of #C27A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A7D

Black with #C27A7D

Text Example


Text Example

White with #C27A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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