Html Css Color HEX #C27D85 Charm

📋 copy color: '#C27D85'

red 194 ◦ green 125 ◦ blue 133

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

Shades of Charm #C27D85

Tints of Charm #C27D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.65%

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

R = 42.92%
G = 27.65%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C27D85 (or 0xC27D85) is known color: Charm. HEX triplet: C2, 7D and 85. RGB value is (194,125,133). Sum of RGB (Red+Green+Blue) = 194+125+133=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D85 is #3D827A. Grayscale: #929292. Windows color (decimal): -4031099 or 8748482. OLE color: 8748482.

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

Color convert

RGB 194 125 133 -
CMYK 0 0.36 0.31 0.24
HSL 353.04º 0.36% 0.63% -
HSV(B) 353.04º 0.36% 0.76% -
XYZ 33.82 27.83 25.78 -
YUV 146.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 194 125 133 0 0.36 0.31 0.24 353.04 0.36 0.63
Hex C2 7D 85 0 24 1F 18 161 24 3F
Octal 302 175 205 0 44 37 30 541 44 77
Binary 11000010 1111101 10000101 0 100100 11111 11000 101100001 100100 111111

Color Harmonies of #C27D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D85

Black with #C27D85

Text Example


Text Example

White with #C27D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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