Html Css Color HEX #C76F85 Charm

📋 copy color: '#C76F85'

red 199 ◦ green 111 ◦ blue 133

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

Shades of Charm #C76F85

Tints of Charm #C76F85

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

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

R = 44.92%
G = 25.06%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C76F85 (or 0xC76F85) is known color: Charm. HEX triplet: C7, 6F and 85. RGB value is (199,111,133). Sum of RGB (Red+Green+Blue) = 199+111+133=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F85 is #38907A. Grayscale: #8B8B8B. Windows color (decimal): -3707003 or 8744903. OLE color: 8744903.

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

Color convert

RGB 199 111 133 -
CMYK 0 0.44 0.33 0.22
HSL 345º 0.44% 0.61% -
HSV(B) 345º 0.44% 0.78% -
XYZ 33.47 25.2 25.29 -
YUV 139.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 199 111 133 0 0.44 0.33 0.22 345 0.44 0.61
Hex C7 6F 85 0 2C 21 16 159 2C 3D
Octal 307 157 205 0 54 41 26 531 54 75
Binary 11000111 1101111 10000101 0 101100 100001 10110 101011001 101100 111101

Color Harmonies of #C76F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F85

Black with #C76F85

Text Example


Text Example

White with #C76F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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