Html Css Color HEX #C76E85 Charm

📋 copy color: '#C76E85'

red 199 ◦ green 110 ◦ blue 133

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

Shades of Charm #C76E85

Tints of Charm #C76E85

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.89%

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

R = 45.02%
G = 24.89%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C76E85 (or 0xC76E85) is known color: Charm. HEX triplet: C7, 6E and 85. RGB value is (199,110,133). Sum of RGB (Red+Green+Blue) = 199+110+133=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76E85 is #38917A. Grayscale: #8B8B8B. Windows color (decimal): -3707259 or 8744647. OLE color: 8744647.

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

Color convert

RGB 199 110 133 -
CMYK 0 0.45 0.33 0.22
HSL 344.49º 0.44% 0.61% -
HSV(B) 344.49º 0.45% 0.78% -
XYZ 33.36 24.99 25.25 -
YUV 139.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 199 110 133 0 0.45 0.33 0.22 344.49 0.44 0.61
Hex C7 6E 85 0 2D 21 16 158 2C 3D
Octal 307 156 205 0 55 41 26 530 54 75
Binary 11000111 1101110 10000101 0 101101 100001 10110 101011000 101100 111101

Color Harmonies of #C76E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E85

Black with #C76E85

Text Example


Text Example

White with #C76E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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