Html Css Color HEX #C27584 Charm

📋 copy color: '#C27584'

red 194 ◦ green 117 ◦ blue 132

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

Shades of Charm #C27584

Tints of Charm #C27584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.41%

 BLUE value IS 132 (51.95% from 255) = 29.8%

R = 43.79%
G = 26.41%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C27584 (or 0xC27584) is known color: Charm. HEX triplet: C2, 75 and 84. RGB value is (194,117,132). Sum of RGB (Red+Green+Blue) = 194+117+132=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27584 is #3D8A7B. Grayscale: #8D8D8D. Windows color (decimal): -4033148 or 8680898. OLE color: 8680898.

HSL color Cylindrical-coordinate representation of color #C27584: hue angle of 348.31º 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 #C27584 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 117 132 -
CMYK 0 0.40 0.32 0.24
HSL 348.31º 0.39% 0.61% -
HSV(B) 348.31º 0.4% 0.76% -
XYZ 32.77 25.86 25.09 -
YUV 141.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 194 117 132 0 0.40 0.32 0.24 348.31 0.39 0.61
Hex C2 75 84 0 28 20 18 15C 27 3D
Octal 302 165 204 0 50 40 30 534 47 75
Binary 11000010 1110101 10000100 0 101000 100000 11000 101011100 100111 111101

Color Harmonies of #C27584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27584

Black with #C27584

Text Example


Text Example

White with #C27584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27584; }

 p { color: rgb(194,117,132); }

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

background-color css

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

 a { background-color: rgb(194,117,132); }

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

border-color css

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

 span { border-color: rgb(194,117,132); }

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