Html Css Color HEX #C47081 Charm

📋 copy color: '#C47081'

red 196 ◦ green 112 ◦ blue 129

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

Shades of Charm #C47081

Tints of Charm #C47081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.63%

 BLUE value IS 129 (50.78% from 255) = 29.52%

R = 44.85%
G = 25.63%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C47081 (or 0xC47081) is known color: Charm. HEX triplet: C4, 70 and 81. RGB value is (196,112,129). Sum of RGB (Red+Green+Blue) = 196+112+129=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C47081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47081 is #3B8F7E. Grayscale: #8B8B8B. Windows color (decimal): -3903359 or 8483012. OLE color: 8483012.

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

Color convert

RGB 196 112 129 -
CMYK 0 0.43 0.34 0.23
HSL 347.86º 0.42% 0.6% -
HSV(B) 347.86º 0.43% 0.77% -
XYZ 32.52 24.91 23.86 -
YUV 139.05 122.33 168.62 -
System Red Green Blue C M Y K H S L
Decimal 196 112 129 0 0.43 0.34 0.23 347.86 0.42 0.6
Hex C4 70 81 0 2B 22 17 15C 2A 3C
Octal 304 160 201 0 53 42 27 534 52 74
Binary 11000100 1110000 10000001 0 101011 100010 10111 101011100 101010 111100

Color Harmonies of #C47081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47081

Black with #C47081

Text Example


Text Example

White with #C47081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47081; }

 p { color: rgb(196,112,129); }

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

background-color css

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

 a { background-color: rgb(196,112,129); }

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

border-color css

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

 span { border-color: rgb(196,112,129); }

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