Html Css Color HEX #C4707E Charm

📋 copy color: '#C4707E'

red 196 ◦ green 112 ◦ blue 126

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

Shades of Charm #C4707E

Tints of Charm #C4707E

RGB

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

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

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

R = 45.16%
G = 25.81%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4707E (or 0xC4707E) is known color: Charm. HEX triplet: C4, 70 and 7E. RGB value is (196,112,126). Sum of RGB (Red+Green+Blue) = 196+112+126=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4707E is #3B8F81. Grayscale: #8A8A8A. Windows color (decimal): -3903362 or 8286404. OLE color: 8286404.

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

Color convert

RGB 196 112 126 -
CMYK 0 0.43 0.36 0.23
HSL 350º 0.42% 0.6% -
HSV(B) 350º 0.43% 0.77% -
XYZ 32.33 24.83 22.83 -
YUV 138.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 196 112 126 0 0.43 0.36 0.23 350 0.42 0.6
Hex C4 70 7E 0 2B 24 17 15E 2A 3C
Octal 304 160 176 0 53 44 27 536 52 74
Binary 11000100 1110000 1111110 0 101011 100100 10111 101011110 101010 111100

Color Harmonies of #C4707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4707E

Black with #C4707E

Text Example


Text Example

White with #C4707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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