Html Css Color HEX #C76684 Charm

📋 copy color: '#C76684'

red 199 ◦ green 102 ◦ blue 132

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

Shades of Charm #C76684

Tints of Charm #C76684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.56%

 BLUE value IS 132 (51.95% from 255) = 30.48%

R = 45.96%
G = 23.56%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C76684 (or 0xC76684) is known color: Charm. HEX triplet: C7, 66 and 84. RGB value is (199,102,132). Sum of RGB (Red+Green+Blue) = 199+102+132=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C76684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76684 is #38997B. Grayscale: #868686. Windows color (decimal): -3709308 or 8677063. OLE color: 8677063.

HSL color Cylindrical-coordinate representation of color #C76684: hue angle of 341.44º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76684 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 102 132 -
CMYK 0 0.49 0.34 0.22
HSL 341.44º 0.46% 0.59% -
HSV(B) 341.44º 0.49% 0.78% -
XYZ 32.47 23.31 24.62 -
YUV 134.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 199 102 132 0 0.49 0.34 0.22 341.44 0.46 0.59
Hex C7 66 84 0 31 22 16 155 2E 3B
Octal 307 146 204 0 61 42 26 525 56 73
Binary 11000111 1100110 10000100 0 110001 100010 10110 101010101 101110 111011

Color Harmonies of #C76684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76684

Black with #C76684

Text Example


Text Example

White with #C76684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76684; }

 p { color: rgb(199,102,132); }

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

background-color css

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

 a { background-color: rgb(199,102,132); }

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

border-color css

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

 span { border-color: rgb(199,102,132); }

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