Html Css Color HEX #C27A85 Charm

📋 copy color: '#C27A85'

red 194 ◦ green 122 ◦ blue 133

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

Shades of Charm #C27A85

Tints of Charm #C27A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 43.21%
G = 27.17%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27A85 (or 0xC27A85) is known color: Charm. HEX triplet: C2, 7A and 85. RGB value is (194,122,133). Sum of RGB (Red+Green+Blue) = 194+122+133=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27A85 is #3D857A. Grayscale: #909090. Windows color (decimal): -4031867 or 8747714. OLE color: 8747714.

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

Color convert

RGB 194 122 133 -
CMYK 0 0.37 0.31 0.24
HSL 350.83º 0.37% 0.62% -
HSV(B) 350.83º 0.37% 0.76% -
XYZ 33.44 27.08 25.66 -
YUV 144.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 194 122 133 0 0.37 0.31 0.24 350.83 0.37 0.62
Hex C2 7A 85 0 25 1F 18 15F 25 3E
Octal 302 172 205 0 45 37 30 537 45 76
Binary 11000010 1111010 10000101 0 100101 11111 11000 101011111 100101 111110

Color Harmonies of #C27A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A85

Black with #C27A85

Text Example


Text Example

White with #C27A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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