Html Css Color HEX #C75671 Cabaret

📋 copy color: '#C75671'

red 199 ◦ green 86 ◦ blue 113

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

Shades of Cabaret #C75671

Tints of Cabaret #C75671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

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

R = 50%
G = 21.61%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C75671 (or 0xC75671) is known color: Cabaret. HEX triplet: C7, 56 and 71. RGB value is (199,86,113). Sum of RGB (Red+Green+Blue) = 199+86+113=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C75671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75671 is #38A98E. Grayscale: #7A7A7A. Windows color (decimal): -3713423 or 7427783. OLE color: 7427783.

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

Color convert

RGB 199 86 113 -
CMYK 0 0.57 0.43 0.22
HSL 345.66º 0.5% 0.56% -
HSV(B) 345.66º 0.57% 0.78% -
XYZ 29.86 19.99 17.91 -
YUV 122.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 199 86 113 0 0.57 0.43 0.22 345.66 0.5 0.56
Hex C7 56 71 0 39 2B 16 15A 32 38
Octal 307 126 161 0 71 53 26 532 62 70
Binary 11000111 1010110 1110001 0 111001 101011 10110 101011010 110010 111000

Color Harmonies of #C75671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75671

Black with #C75671

Text Example


Text Example

White with #C75671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75671; }

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

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

background-color css

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

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

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

border-color css

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

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

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