Html Css Color HEX #C47C85 Charm

📋 copy color: '#C47C85'

red 196 ◦ green 124 ◦ blue 133

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

Shades of Charm #C47C85

Tints of Charm #C47C85

RGB

 RED value IS 196 (76.95% from 255) = 43.27%

 GREEN value IS 124 (48.83% from 255) = 27.37%

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

R = 43.27%
G = 27.37%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C47C85 (or 0xC47C85) is known color: Charm. HEX triplet: C4, 7C and 85. RGB value is (196,124,133). Sum of RGB (Red+Green+Blue) = 196+124+133=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47C85 is #3B837A. Grayscale: #929292. Windows color (decimal): -3900283 or 8748228. OLE color: 8748228.

HSL color Cylindrical-coordinate representation of color #C47C85: hue angle of 352.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47C85 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 133 -
CMYK 0 0.37 0.32 0.23
HSL 352.5º 0.38% 0.63% -
HSV(B) 352.5º 0.37% 0.77% -
XYZ 34.21 27.84 25.76 -
YUV 146.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 196 124 133 0 0.37 0.32 0.23 352.5 0.38 0.63
Hex C4 7C 85 0 25 20 17 160 26 3F
Octal 304 174 205 0 45 40 27 540 46 77
Binary 11000100 1111100 10000101 0 100101 100000 10111 101100000 100110 111111

Color Harmonies of #C47C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C85

Black with #C47C85

Text Example


Text Example

White with #C47C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C85; }

 p { color: rgb(196,124,133); }

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

background-color css

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

 a { background-color: rgb(196,124,133); }

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

border-color css

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

 span { border-color: rgb(196,124,133); }

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