Html Css Color HEX #C47A8B Charm

📋 copy color: '#C47A8B'

red 196 ◦ green 122 ◦ blue 139

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

Shades of Charm #C47A8B

Tints of Charm #C47A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.7%

 BLUE value IS 139 (54.69% from 255) = 30.42%

R = 42.89%
G = 26.7%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C47A8B (or 0xC47A8B) is known color: Charm. HEX triplet: C4, 7A and 8B. RGB value is (196,122,139). Sum of RGB (Red+Green+Blue) = 196+122+139=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47A8B is #3B8574. Grayscale: #929292. Windows color (decimal): -3900789 or 9140932. OLE color: 9140932.

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

Color convert

RGB 196 122 139 -
CMYK 0 0.38 0.29 0.23
HSL 346.22º 0.39% 0.62% -
HSV(B) 346.22º 0.38% 0.77% -
XYZ 34.38 27.52 27.93 -
YUV 146.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 196 122 139 0 0.38 0.29 0.23 346.22 0.39 0.62
Hex C4 7A 8B 0 26 1D 17 15A 27 3E
Octal 304 172 213 0 46 35 27 532 47 76
Binary 11000100 1111010 10001011 0 100110 11101 10111 101011010 100111 111110

Color Harmonies of #C47A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A8B

Black with #C47A8B

Text Example


Text Example

White with #C47A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A8B; }

 p { color: rgb(196,122,139); }

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

background-color css

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

 a { background-color: rgb(196,122,139); }

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

border-color css

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

 span { border-color: rgb(196,122,139); }

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