Html Css Color HEX #C75D76 Cabaret

📋 copy color: '#C75D76'

red 199 ◦ green 93 ◦ blue 118

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

Shades of Cabaret #C75D76

Tints of Cabaret #C75D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.68%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 48.54%
G = 22.68%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C75D76 (or 0xC75D76) is known color: Cabaret. HEX triplet: C7, 5D and 76. RGB value is (199,93,118). Sum of RGB (Red+Green+Blue) = 199+93+118=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D76 is #38A289. Grayscale: #7F7F7F. Windows color (decimal): -3711626 or 7757255. OLE color: 7757255.

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

Color convert

RGB 199 93 118 -
CMYK 0 0.53 0.41 0.22
HSL 345.85º 0.49% 0.57% -
HSV(B) 345.85º 0.53% 0.78% -
XYZ 30.74 21.28 19.63 -
YUV 127.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 199 93 118 0 0.53 0.41 0.22 345.85 0.49 0.57
Hex C7 5D 76 0 35 29 16 15A 31 39
Octal 307 135 166 0 65 51 26 532 61 71
Binary 11000111 1011101 1110110 0 110101 101001 10110 101011010 110001 111001

Color Harmonies of #C75D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D76

Black with #C75D76

Text Example


Text Example

White with #C75D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D76; }

 p { color: rgb(199,93,118); }

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

background-color css

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

 a { background-color: rgb(199,93,118); }

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

border-color css

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

 span { border-color: rgb(199,93,118); }

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