Html Css Color HEX #C7708A Charm

📋 copy color: '#C7708A'

red 199 ◦ green 112 ◦ blue 138

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

Shades of Charm #C7708A

Tints of Charm #C7708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 44.32%
G = 24.94%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7708A (or 0xC7708A) is known color: Charm. HEX triplet: C7, 70 and 8A. RGB value is (199,112,138). Sum of RGB (Red+Green+Blue) = 199+112+138=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7708A is #388F75. Grayscale: #8C8C8C. Windows color (decimal): -3706742 or 9072839. OLE color: 9072839.

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

Color convert

RGB 199 112 138 -
CMYK 0 0.44 0.31 0.22
HSL 342.07º 0.44% 0.61% -
HSV(B) 342.07º 0.44% 0.78% -
XYZ 33.93 25.57 27.19 -
YUV 140.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 199 112 138 0 0.44 0.31 0.22 342.07 0.44 0.61
Hex C7 70 8A 0 2C 1F 16 156 2C 3D
Octal 307 160 212 0 54 37 26 526 54 75
Binary 11000111 1110000 10001010 0 101100 11111 10110 101010110 101100 111101

Color Harmonies of #C7708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7708A

Black with #C7708A

Text Example


Text Example

White with #C7708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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