Html Css Color HEX #C7707D Charm

📋 copy color: '#C7707D'

red 199 ◦ green 112 ◦ blue 125

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

Shades of Charm #C7707D

Tints of Charm #C7707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 45.64%
G = 25.69%
B = 28.67%

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

#C7707D (or 0xC7707D) is known color: Charm. HEX triplet: C7, 70 and 7D. RGB value is (199,112,125). Sum of RGB (Red+Green+Blue) = 199+112+125=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7707D is #388F82. Grayscale: #8B8B8B. Windows color (decimal): -3706755 or 8220871. OLE color: 8220871.

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

Color convert

RGB 199 112 125 -
CMYK 0 0.44 0.37 0.22
HSL 351.03º 0.44% 0.61% -
HSV(B) 351.03º 0.44% 0.78% -
XYZ 33.05 25.21 22.53 -
YUV 139.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 199 112 125 0 0.44 0.37 0.22 351.03 0.44 0.61
Hex C7 70 7D 0 2C 25 16 15F 2C 3D
Octal 307 160 175 0 54 45 26 537 54 75
Binary 11000111 1110000 1111101 0 101100 100101 10110 101011111 101100 111101

Color Harmonies of #C7707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7707D

Black with #C7707D

Text Example


Text Example

White with #C7707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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