Html Css Color HEX #C7707C Charm

📋 copy color: '#C7707C'

red 199 ◦ green 112 ◦ blue 124

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

Shades of Charm #C7707C

Tints of Charm #C7707C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.51%

R = 45.75%
G = 25.75%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7707C (or 0xC7707C) is known color: Charm. HEX triplet: C7, 70 and 7C. RGB value is (199,112,124). Sum of RGB (Red+Green+Blue) = 199+112+124=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7707C is #388F83. Grayscale: #8B8B8B. Windows color (decimal): -3706756 or 8155335. OLE color: 8155335.

HSL color Cylindrical-coordinate representation of color #C7707C: hue angle of 351.72º 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 #C7707C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 124 -
CMYK 0 0.44 0.38 0.22
HSL 351.72º 0.44% 0.61% -
HSV(B) 351.72º 0.44% 0.78% -
XYZ 32.99 25.19 22.19 -
YUV 139.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 199 112 124 0 0.44 0.38 0.22 351.72 0.44 0.61
Hex C7 70 7C 0 2C 26 16 160 2C 3D
Octal 307 160 174 0 54 46 26 540 54 75
Binary 11000111 1110000 1111100 0 101100 100110 10110 101100000 101100 111101

Color Harmonies of #C7707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7707C

Black with #C7707C

Text Example


Text Example

White with #C7707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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