Html Css Color HEX #C75476 Cabaret

📋 copy color: '#C75476'

red 199 ◦ green 84 ◦ blue 118

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

Shades of Cabaret #C75476

Tints of Cabaret #C75476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.95%

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

R = 49.63%
G = 20.95%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C75476 (or 0xC75476) is known color: Cabaret. HEX triplet: C7, 54 and 76. RGB value is (199,84,118). Sum of RGB (Red+Green+Blue) = 199+84+118=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C75476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75476 is #38AB89. Grayscale: #7A7A7A. Windows color (decimal): -3713930 or 7754951. OLE color: 7754951.

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

Color convert

RGB 199 84 118 -
CMYK 0 0.58 0.41 0.22
HSL 342.26º 0.51% 0.55% -
HSV(B) 342.26º 0.58% 0.78% -
XYZ 29.99 19.79 19.38 -
YUV 122.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 199 84 118 0 0.58 0.41 0.22 342.26 0.51 0.55
Hex C7 54 76 0 3A 29 16 156 33 37
Octal 307 124 166 0 72 51 26 526 63 67
Binary 11000111 1010100 1110110 0 111010 101001 10110 101010110 110011 110111

Color Harmonies of #C75476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75476

Black with #C75476

Text Example


Text Example

White with #C75476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75476; }

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

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

background-color css

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

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

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

border-color css

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

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

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