Html Css Color HEX #C2747E Charm

📋 copy color: '#C2747E'

red 194 ◦ green 116 ◦ blue 126

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

Shades of Charm #C2747E

Tints of Charm #C2747E

RGB

 RED value IS 194 (76.17% from 255) = 44.5%

 GREEN value IS 116 (45.7% from 255) = 26.61%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 44.5%
G = 26.61%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2747E (or 0xC2747E) is known color: Charm. HEX triplet: C2, 74 and 7E. RGB value is (194,116,126). Sum of RGB (Red+Green+Blue) = 194+116+126=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2747E is #3D8B81. Grayscale: #8C8C8C. Windows color (decimal): -4033410 or 8287426. OLE color: 8287426.

HSL color Cylindrical-coordinate representation of color #C2747E: hue angle of 352.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2747E is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 126 -
CMYK 0 0.40 0.35 0.24
HSL 352.31º 0.39% 0.61% -
HSV(B) 352.31º 0.4% 0.76% -
XYZ 32.26 25.47 22.95 -
YUV 140.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 194 116 126 0 0.40 0.35 0.24 352.31 0.39 0.61
Hex C2 74 7E 0 28 23 18 160 27 3D
Octal 302 164 176 0 50 43 30 540 47 75
Binary 11000010 1110100 1111110 0 101000 100011 11000 101100000 100111 111101

Color Harmonies of #C2747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2747E

Black with #C2747E

Text Example


Text Example

White with #C2747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2747E; }

 p { color: rgb(194,116,126); }

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

background-color css

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

 a { background-color: rgb(194,116,126); }

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

border-color css

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

 span { border-color: rgb(194,116,126); }

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