Html Css Color HEX #C27885 Charm

📋 copy color: '#C27885'

red 194 ◦ green 120 ◦ blue 133

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

Shades of Charm #C27885

Tints of Charm #C27885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.85%

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

R = 43.4%
G = 26.85%
B = 29.75%

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

#C27885 (or 0xC27885) is known color: Charm. HEX triplet: C2, 78 and 85. RGB value is (194,120,133). Sum of RGB (Red+Green+Blue) = 194+120+133=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C27885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27885 is #3D877A. Grayscale: #8F8F8F. Windows color (decimal): -4032379 or 8747202. OLE color: 8747202.

HSL color Cylindrical-coordinate representation of color #C27885: hue angle of 349.46º degrees, saturation: 0.38, 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 #C27885 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 120 133 -
CMYK 0 0.38 0.31 0.24
HSL 349.46º 0.38% 0.62% -
HSV(B) 349.46º 0.38% 0.76% -
XYZ 33.2 26.6 25.57 -
YUV 143.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 194 120 133 0 0.38 0.31 0.24 349.46 0.38 0.62
Hex C2 78 85 0 26 1F 18 15D 26 3E
Octal 302 170 205 0 46 37 30 535 46 76
Binary 11000010 1111000 10000101 0 100110 11111 11000 101011101 100110 111110

Color Harmonies of #C27885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27885

Black with #C27885

Text Example


Text Example

White with #C27885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27885; }

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

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

background-color css

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

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

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

border-color css

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

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

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