Html Css Color HEX #C27285 Charm

📋 copy color: '#C27285'

red 194 ◦ green 114 ◦ blue 133

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

Shades of Charm #C27285

Tints of Charm #C27285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.85%

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

R = 43.99%
G = 25.85%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27285 (or 0xC27285) is known color: Charm. HEX triplet: C2, 72 and 85. RGB value is (194,114,133). Sum of RGB (Red+Green+Blue) = 194+114+133=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C27285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27285 is #3D8D7A. Grayscale: #8C8C8C. Windows color (decimal): -4033915 or 8745666. OLE color: 8745666.

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

Color convert

RGB 194 114 133 -
CMYK 0 0.41 0.31 0.24
HSL 345.75º 0.4% 0.6% -
HSV(B) 345.75º 0.41% 0.76% -
XYZ 32.5 25.2 25.34 -
YUV 140.09 124 166.46 -
System Red Green Blue C M Y K H S L
Decimal 194 114 133 0 0.41 0.31 0.24 345.75 0.4 0.6
Hex C2 72 85 0 29 1F 18 15A 28 3C
Octal 302 162 205 0 51 37 30 532 50 74
Binary 11000010 1110010 10000101 0 101001 11111 11000 101011010 101000 111100

Color Harmonies of #C27285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27285

Black with #C27285

Text Example


Text Example

White with #C27285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27285; }

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

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

background-color css

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

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

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

border-color css

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

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

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