Html Css Color HEX #C47B90 Charm

📋 copy color: '#C47B90'

red 196 ◦ green 123 ◦ blue 144

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

Shades of Charm #C47B90

Tints of Charm #C47B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.57%

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 42.33%
G = 26.57%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C47B90 (or 0xC47B90) is known color: Charm. HEX triplet: C4, 7B and 90. RGB value is (196,123,144). Sum of RGB (Red+Green+Blue) = 196+123+144=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B90 is #3B846F. Grayscale: #939393. Windows color (decimal): -3900528 or 9468868. OLE color: 9468868.

HSL color Cylindrical-coordinate representation of color #C47B90: hue angle of 342.74º 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 #C47B90 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 123 144 -
CMYK 0 0.37 0.27 0.23
HSL 342.74º 0.38% 0.63% -
HSV(B) 342.74º 0.37% 0.77% -
XYZ 34.88 27.92 29.94 -
YUV 147.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 196 123 144 0 0.37 0.27 0.23 342.74 0.38 0.63
Hex C4 7B 90 0 25 1B 17 157 26 3F
Octal 304 173 220 0 45 33 27 527 46 77
Binary 11000100 1111011 10010000 0 100101 11011 10111 101010111 100110 111111

Color Harmonies of #C47B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B90

Black with #C47B90

Text Example


Text Example

White with #C47B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B90; }

 p { color: rgb(196,123,144); }

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

background-color css

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

 a { background-color: rgb(196,123,144); }

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

border-color css

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

 span { border-color: rgb(196,123,144); }

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