Html Css Color HEX #C7607F Charm

📋 copy color: '#C7607F'

red 199 ◦ green 96 ◦ blue 127

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

Shades of Charm #C7607F

Tints of Charm #C7607F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

 BLUE value IS 127 (50% from 255) = 30.09%

R = 47.16%
G = 22.75%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7607F (or 0xC7607F) is known color: Charm. HEX triplet: C7, 60 and 7F. RGB value is (199,96,127). Sum of RGB (Red+Green+Blue) = 199+96+127=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7607F is #389F80. Grayscale: #828282. Windows color (decimal): -3710849 or 8347847. OLE color: 8347847.

HSL color Cylindrical-coordinate representation of color #C7607F: hue angle of 341.94º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7607F is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 96 127 -
CMYK 0 0.52 0.36 0.22
HSL 341.94º 0.48% 0.58% -
HSV(B) 341.94º 0.52% 0.78% -
XYZ 31.57 22.04 22.67 -
YUV 130.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 199 96 127 0 0.52 0.36 0.22 341.94 0.48 0.58
Hex C7 60 7F 0 34 24 16 156 30 3A
Octal 307 140 177 0 64 44 26 526 60 72
Binary 11000111 1100000 1111111 0 110100 100100 10110 101010110 110000 111010

Color Harmonies of #C7607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7607F

Black with #C7607F

Text Example


Text Example

White with #C7607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7607F; }

 p { color: rgb(199,96,127); }

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

background-color css

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

 a { background-color: rgb(199,96,127); }

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

border-color css

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

 span { border-color: rgb(199,96,127); }

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