Html Css Color HEX #C27F85 Charm

📋 copy color: '#C27F85'

red 194 ◦ green 127 ◦ blue 133

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

Shades of Charm #C27F85

Tints of Charm #C27F85

RGB

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

 GREEN value IS 127 (50% from 255) = 27.97%

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

R = 42.73%
G = 27.97%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27F85 (or 0xC27F85) is known color: Charm. HEX triplet: C2, 7F and 85. RGB value is (194,127,133). Sum of RGB (Red+Green+Blue) = 194+127+133=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27F85 is #3D807A. Grayscale: #939393. Windows color (decimal): -4030587 or 8748994. OLE color: 8748994.

HSL color Cylindrical-coordinate representation of color #C27F85: hue angle of 354.63º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27F85 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 127 133 -
CMYK 0 0.35 0.31 0.24
HSL 354.63º 0.35% 0.63% -
HSV(B) 354.63º 0.35% 0.76% -
XYZ 34.07 28.34 25.87 -
YUV 147.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 194 127 133 0 0.35 0.31 0.24 354.63 0.35 0.63
Hex C2 7F 85 0 23 1F 18 163 23 3F
Octal 302 177 205 0 43 37 30 543 43 77
Binary 11000010 1111111 10000101 0 100011 11111 11000 101100011 100011 111111

Color Harmonies of #C27F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F85

Black with #C27F85

Text Example


Text Example

White with #C27F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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