Html Css Color HEX #C27483 Charm

📋 copy color: '#C27483'

red 194 ◦ green 116 ◦ blue 131

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

Shades of Charm #C27483

Tints of Charm #C27483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.71%

R = 43.99%
G = 26.3%
B = 29.71%

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

#C27483 (or 0xC27483) is known color: Charm. HEX triplet: C2, 74 and 83. RGB value is (194,116,131). Sum of RGB (Red+Green+Blue) = 194+116+131=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C27483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27483 is #3D8B7C. Grayscale: #8D8D8D. Windows color (decimal): -4033405 or 8615106. OLE color: 8615106.

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

Color convert

RGB 194 116 131 -
CMYK 0 0.40 0.32 0.24
HSL 348.46º 0.39% 0.61% -
HSV(B) 348.46º 0.4% 0.76% -
XYZ 32.59 25.6 24.7 -
YUV 141.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 194 116 131 0 0.40 0.32 0.24 348.46 0.39 0.61
Hex C2 74 83 0 28 20 18 15C 27 3D
Octal 302 164 203 0 50 40 30 534 47 75
Binary 11000010 1110100 10000011 0 101000 100000 11000 101011100 100111 111101

Color Harmonies of #C27483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27483

Black with #C27483

Text Example


Text Example

White with #C27483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27483; }

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

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

background-color css

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

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

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

border-color css

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

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

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