Html Css Color HEX #C75971 Cabaret

📋 copy color: '#C75971'

red 199 ◦ green 89 ◦ blue 113

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

Shades of Cabaret #C75971

Tints of Cabaret #C75971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 49.63%
G = 22.19%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C75971 (or 0xC75971) is known color: Cabaret. HEX triplet: C7, 59 and 71. RGB value is (199,89,113). Sum of RGB (Red+Green+Blue) = 199+89+113=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C75971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75971 is #38A68E. Grayscale: #7C7C7C. Windows color (decimal): -3712655 or 7428551. OLE color: 7428551.

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

Color convert

RGB 199 89 113 -
CMYK 0 0.55 0.43 0.22
HSL 346.91º 0.5% 0.56% -
HSV(B) 346.91º 0.55% 0.78% -
XYZ 30.11 20.48 17.99 -
YUV 124.63 121.44 181.05 -
System Red Green Blue C M Y K H S L
Decimal 199 89 113 0 0.55 0.43 0.22 346.91 0.5 0.56
Hex C7 59 71 0 37 2B 16 15B 32 38
Octal 307 131 161 0 67 53 26 533 62 70
Binary 11000111 1011001 1110001 0 110111 101011 10110 101011011 110010 111000

Color Harmonies of #C75971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75971

Black with #C75971

Text Example


Text Example

White with #C75971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75971; }

 p { color: rgb(199,89,113); }

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

background-color css

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

 a { background-color: rgb(199,89,113); }

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

border-color css

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

 span { border-color: rgb(199,89,113); }

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