Html Css Color HEX #C76985 Charm

📋 copy color: '#C76985'

red 199 ◦ green 105 ◦ blue 133

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

Shades of Charm #C76985

Tints of Charm #C76985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.03%

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 45.54%
G = 24.03%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C76985 (or 0xC76985) is known color: Charm. HEX triplet: C7, 69 and 85. RGB value is (199,105,133). Sum of RGB (Red+Green+Blue) = 199+105+133=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C76985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76985 is #38967A. Grayscale: #888888. Windows color (decimal): -3708539 or 8743367. OLE color: 8743367.

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

Color convert

RGB 199 105 133 -
CMYK 0 0.47 0.33 0.22
HSL 342.13º 0.46% 0.6% -
HSV(B) 342.13º 0.47% 0.78% -
XYZ 32.84 23.94 25.08 -
YUV 136.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 199 105 133 0 0.47 0.33 0.22 342.13 0.46 0.6
Hex C7 69 85 0 2F 21 16 156 2E 3C
Octal 307 151 205 0 57 41 26 526 56 74
Binary 11000111 1101001 10000101 0 101111 100001 10110 101010110 101110 111100

Color Harmonies of #C76985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76985

Black with #C76985

Text Example


Text Example

White with #C76985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76985; }

 p { color: rgb(199,105,133); }

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

background-color css

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

 a { background-color: rgb(199,105,133); }

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

border-color css

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

 span { border-color: rgb(199,105,133); }

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