Html Css Color HEX #C27785 Charm

📋 copy color: '#C27785'

red 194 ◦ green 119 ◦ blue 133

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

Shades of Charm #C27785

Tints of Charm #C27785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.68%

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

R = 43.5%
G = 26.68%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27785 (or 0xC27785) is known color: Charm. HEX triplet: C2, 77 and 85. RGB value is (194,119,133). Sum of RGB (Red+Green+Blue) = 194+119+133=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C27785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27785 is #3D887A. Grayscale: #8F8F8F. Windows color (decimal): -4032635 or 8746946. OLE color: 8746946.

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

Color convert

RGB 194 119 133 -
CMYK 0 0.39 0.31 0.24
HSL 348.8º 0.38% 0.61% -
HSV(B) 348.8º 0.39% 0.76% -
XYZ 33.08 26.36 25.53 -
YUV 143.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 194 119 133 0 0.39 0.31 0.24 348.8 0.38 0.61
Hex C2 77 85 0 27 1F 18 15D 26 3D
Octal 302 167 205 0 47 37 30 535 46 75
Binary 11000010 1110111 10000101 0 100111 11111 11000 101011101 100110 111101

Color Harmonies of #C27785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27785

Black with #C27785

Text Example


Text Example

White with #C27785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27785; }

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

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

background-color css

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

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

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

border-color css

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

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

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