Html Css Color HEX #C27985 Charm

📋 copy color: '#C27985'

red 194 ◦ green 121 ◦ blue 133

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

Shades of Charm #C27985

Tints of Charm #C27985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.01%

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

R = 43.3%
G = 27.01%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27985 (or 0xC27985) is known color: Charm. HEX triplet: C2, 79 and 85. RGB value is (194,121,133). Sum of RGB (Red+Green+Blue) = 194+121+133=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C27985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27985 is #3D867A. Grayscale: #909090. Windows color (decimal): -4032123 or 8747458. OLE color: 8747458.

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

Color convert

RGB 194 121 133 -
CMYK 0 0.38 0.31 0.24
HSL 350.14º 0.37% 0.62% -
HSV(B) 350.14º 0.38% 0.76% -
XYZ 33.32 26.84 25.61 -
YUV 144.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 194 121 133 0 0.38 0.31 0.24 350.14 0.37 0.62
Hex C2 79 85 0 26 1F 18 15E 25 3E
Octal 302 171 205 0 46 37 30 536 45 76
Binary 11000010 1111001 10000101 0 100110 11111 11000 101011110 100101 111110

Color Harmonies of #C27985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27985

Black with #C27985

Text Example


Text Example

White with #C27985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27985; }

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

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

background-color css

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

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

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

border-color css

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

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

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