Html Css Color HEX #C47185 Charm

📋 copy color: '#C47185'

red 196 ◦ green 113 ◦ blue 133

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

Shades of Charm #C47185

Tints of Charm #C47185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.57%

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

R = 44.34%
G = 25.57%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C47185 (or 0xC47185) is known color: Charm. HEX triplet: C4, 71 and 85. RGB value is (196,113,133). Sum of RGB (Red+Green+Blue) = 196+113+133=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C47185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47185 is #3B8E7A. Grayscale: #8C8C8C. Windows color (decimal): -3903099 or 8745412. OLE color: 8745412.

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

Color convert

RGB 196 113 133 -
CMYK 0 0.42 0.32 0.23
HSL 345.54º 0.41% 0.61% -
HSV(B) 345.54º 0.42% 0.77% -
XYZ 32.9 25.24 25.33 -
YUV 140.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 196 113 133 0 0.42 0.32 0.23 345.54 0.41 0.61
Hex C4 71 85 0 2A 20 17 15A 29 3D
Octal 304 161 205 0 52 40 27 532 51 75
Binary 11000100 1110001 10000101 0 101010 100000 10111 101011010 101001 111101

Color Harmonies of #C47185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47185

Black with #C47185

Text Example


Text Example

White with #C47185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47185; }

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

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

background-color css

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

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

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

border-color css

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

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

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