Html Css Color HEX #C7707E Charm

📋 copy color: '#C7707E'

red 199 ◦ green 112 ◦ blue 126

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

Shades of Charm #C7707E

Tints of Charm #C7707E

RGB

 RED value IS 199 (78.13% from 255) = 45.54%

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

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

R = 45.54%
G = 25.63%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7707E (or 0xC7707E) is known color: Charm. HEX triplet: C7, 70 and 7E. RGB value is (199,112,126). Sum of RGB (Red+Green+Blue) = 199+112+126=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7707E is #388F81. Grayscale: #8B8B8B. Windows color (decimal): -3706754 or 8286407. OLE color: 8286407.

HSL color Cylindrical-coordinate representation of color #C7707E: hue angle of 350.34º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7707E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 126 -
CMYK 0 0.44 0.37 0.22
HSL 350.34º 0.44% 0.61% -
HSV(B) 350.34º 0.44% 0.78% -
XYZ 33.11 25.24 22.86 -
YUV 139.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 199 112 126 0 0.44 0.37 0.22 350.34 0.44 0.61
Hex C7 70 7E 0 2C 25 16 15E 2C 3D
Octal 307 160 176 0 54 45 26 536 54 75
Binary 11000111 1110000 1111110 0 101100 100101 10110 101011110 101100 111101

Color Harmonies of #C7707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7707E

Black with #C7707E

Text Example


Text Example

White with #C7707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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