Html Css Color HEX #C27381 Charm

📋 copy color: '#C27381'

red 194 ◦ green 115 ◦ blue 129

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

Shades of Charm #C27381

Tints of Charm #C27381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.26%

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

R = 44.29%
G = 26.26%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C27381 (or 0xC27381) is known color: Charm. HEX triplet: C2, 73 and 81. RGB value is (194,115,129). Sum of RGB (Red+Green+Blue) = 194+115+129=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C27381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27381 is #3D8C7E. Grayscale: #8C8C8C. Windows color (decimal): -4033663 or 8483778. OLE color: 8483778.

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

Color convert

RGB 194 115 129 -
CMYK 0 0.41 0.34 0.24
HSL 349.37º 0.39% 0.61% -
HSV(B) 349.37º 0.41% 0.76% -
XYZ 32.34 25.32 23.95 -
YUV 140.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 194 115 129 0 0.41 0.34 0.24 349.37 0.39 0.61
Hex C2 73 81 0 29 22 18 15D 27 3D
Octal 302 163 201 0 51 42 30 535 47 75
Binary 11000010 1110011 10000001 0 101001 100010 11000 101011101 100111 111101

Color Harmonies of #C27381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27381

Black with #C27381

Text Example


Text Example

White with #C27381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27381; }

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

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

background-color css

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

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

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

border-color css

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

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

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