Html Css Color HEX #C47885 Charm

📋 copy color: '#C47885'

red 196 ◦ green 120 ◦ blue 133

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

Shades of Charm #C47885

Tints of Charm #C47885

RGB

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

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

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

R = 43.65%
G = 26.73%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C47885 (or 0xC47885) is known color: Charm. HEX triplet: C4, 78 and 85. RGB value is (196,120,133). Sum of RGB (Red+Green+Blue) = 196+120+133=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C47885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47885 is #3B877A. Grayscale: #909090. Windows color (decimal): -3901307 or 8747204. OLE color: 8747204.

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

Color convert

RGB 196 120 133 -
CMYK 0 0.39 0.32 0.23
HSL 349.74º 0.39% 0.62% -
HSV(B) 349.74º 0.39% 0.77% -
XYZ 33.72 26.86 25.6 -
YUV 144.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 196 120 133 0 0.39 0.32 0.23 349.74 0.39 0.62
Hex C4 78 85 0 27 20 17 15E 27 3E
Octal 304 170 205 0 47 40 27 536 47 76
Binary 11000100 1111000 10000101 0 100111 100000 10111 101011110 100111 111110

Color Harmonies of #C47885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47885

Black with #C47885

Text Example


Text Example

White with #C47885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47885; }

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

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

background-color css

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

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

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

border-color css

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

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

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