Html Css Color HEX #C76380 Charm

📋 copy color: '#C76380'

red 199 ◦ green 99 ◦ blue 128

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

Shades of Charm #C76380

Tints of Charm #C76380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.24%

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 46.71%
G = 23.24%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C76380 (or 0xC76380) is known color: Charm. HEX triplet: C7, 63 and 80. RGB value is (199,99,128). Sum of RGB (Red+Green+Blue) = 199+99+128=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C76380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76380 is #389C7F. Grayscale: #848484. Windows color (decimal): -3710080 or 8414151. OLE color: 8414151.

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

Color convert

RGB 199 99 128 -
CMYK 0 0.50 0.36 0.22
HSL 342.6º 0.47% 0.58% -
HSV(B) 342.6º 0.5% 0.78% -
XYZ 31.91 22.62 23.11 -
YUV 132.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 199 99 128 0 0.50 0.36 0.22 342.6 0.47 0.58
Hex C7 63 80 0 32 24 16 157 2F 3A
Octal 307 143 200 0 62 44 26 527 57 72
Binary 11000111 1100011 10000000 0 110010 100100 10110 101010111 101111 111010

Color Harmonies of #C76380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76380

Black with #C76380

Text Example


Text Example

White with #C76380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76380; }

 p { color: rgb(199,99,128); }

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

background-color css

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

 a { background-color: rgb(199,99,128); }

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

border-color css

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

 span { border-color: rgb(199,99,128); }

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