Html Css Color HEX #C27481 Charm

📋 copy color: '#C27481'

red 194 ◦ green 116 ◦ blue 129

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

Shades of Charm #C27481

Tints of Charm #C27481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.42%

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 44.19%
G = 26.42%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C27481 (or 0xC27481) is known color: Charm. HEX triplet: C2, 74 and 81. RGB value is (194,116,129). Sum of RGB (Red+Green+Blue) = 194+116+129=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C27481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27481 is #3D8B7E. Grayscale: #8C8C8C. Windows color (decimal): -4033407 or 8484034. OLE color: 8484034.

HSL color Cylindrical-coordinate representation of color #C27481: hue angle of 350º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27481 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 129 -
CMYK 0 0.40 0.34 0.24
HSL 350º 0.39% 0.61% -
HSV(B) 350º 0.4% 0.76% -
XYZ 32.46 25.55 23.99 -
YUV 140.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 194 116 129 0 0.40 0.34 0.24 350 0.39 0.61
Hex C2 74 81 0 28 22 18 15E 27 3D
Octal 302 164 201 0 50 42 30 536 47 75
Binary 11000010 1110100 10000001 0 101000 100010 11000 101011110 100111 111101

Color Harmonies of #C27481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27481

Black with #C27481

Text Example


Text Example

White with #C27481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27481; }

 p { color: rgb(194,116,129); }

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

background-color css

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

 a { background-color: rgb(194,116,129); }

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

border-color css

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

 span { border-color: rgb(194,116,129); }

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