Html Css Color HEX #C27185 Charm

📋 copy color: '#C27185'

red 194 ◦ green 113 ◦ blue 133

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

Shades of Charm #C27185

Tints of Charm #C27185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.68%

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

R = 44.09%
G = 25.68%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27185 (or 0xC27185) is known color: Charm. HEX triplet: C2, 71 and 85. RGB value is (194,113,133). Sum of RGB (Red+Green+Blue) = 194+113+133=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C27185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27185 is #3D8E7A. Grayscale: #8B8B8B. Windows color (decimal): -4034171 or 8745410. OLE color: 8745410.

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

Color convert

RGB 194 113 133 -
CMYK 0 0.42 0.31 0.24
HSL 345.19º 0.4% 0.6% -
HSV(B) 345.19º 0.42% 0.76% -
XYZ 32.39 24.97 25.3 -
YUV 139.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 194 113 133 0 0.42 0.31 0.24 345.19 0.4 0.6
Hex C2 71 85 0 2A 1F 18 159 28 3C
Octal 302 161 205 0 52 37 30 531 50 74
Binary 11000010 1110001 10000101 0 101010 11111 11000 101011001 101000 111100

Color Harmonies of #C27185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27185

Black with #C27185

Text Example


Text Example

White with #C27185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27185; }

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

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

background-color css

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

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

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

border-color css

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

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

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