Html Css Color HEX #C75966 Cabaret

📋 copy color: '#C75966'

red 199 ◦ green 89 ◦ blue 102

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

Shades of Cabaret #C75966

Tints of Cabaret #C75966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 51.03%
G = 22.82%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C75966 (or 0xC75966) is known color: Cabaret. HEX triplet: C7, 59 and 66. RGB value is (199,89,102). Sum of RGB (Red+Green+Blue) = 199+89+102=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C75966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75966 is #38A699. Grayscale: #7B7B7B. Windows color (decimal): -3712666 or 6707655. OLE color: 6707655.

HSL color Cylindrical-coordinate representation of color #C75966: hue angle of 352.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 #C75966 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 89 102 -
CMYK 0 0.55 0.49 0.22
HSL 352.91º 0.5% 0.56% -
HSV(B) 352.91º 0.55% 0.78% -
XYZ 29.52 20.25 14.92 -
YUV 123.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 199 89 102 0 0.55 0.49 0.22 352.91 0.5 0.56
Hex C7 59 66 0 37 31 16 161 32 38
Octal 307 131 146 0 67 61 26 541 62 70
Binary 11000111 1011001 1100110 0 110111 110001 10110 101100001 110010 111000

Color Harmonies of #C75966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75966

Black with #C75966

Text Example


Text Example

White with #C75966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75966; }

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

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

background-color css

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

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

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

border-color css

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

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

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