Html Css Color HEX #C76F81 Charm

📋 copy color: '#C76F81'

red 199 ◦ green 111 ◦ blue 129

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

Shades of Charm #C76F81

Tints of Charm #C76F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 45.33%
G = 25.28%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C76F81 (or 0xC76F81) is known color: Charm. HEX triplet: C7, 6F and 81. RGB value is (199,111,129). Sum of RGB (Red+Green+Blue) = 199+111+129=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76F81 is #38907E. Grayscale: #8B8B8B. Windows color (decimal): -3707007 or 8482759. OLE color: 8482759.

HSL color Cylindrical-coordinate representation of color #C76F81: hue angle of 347.73º 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 #C76F81 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 111 129 -
CMYK 0 0.44 0.35 0.22
HSL 347.73º 0.44% 0.61% -
HSV(B) 347.73º 0.44% 0.78% -
XYZ 33.2 25.1 23.86 -
YUV 139.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 199 111 129 0 0.44 0.35 0.22 347.73 0.44 0.61
Hex C7 6F 81 0 2C 23 16 15C 2C 3D
Octal 307 157 201 0 54 43 26 534 54 75
Binary 11000111 1101111 10000001 0 101100 100011 10110 101011100 101100 111101

Color Harmonies of #C76F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F81

Black with #C76F81

Text Example


Text Example

White with #C76F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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