Html Css Color HEX #C65576 Cabaret

📋 copy color: '#C65576'

red 198 ◦ green 85 ◦ blue 118

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

Shades of Cabaret #C65576

Tints of Cabaret #C65576

RGB

 RED value IS 198 (77.73% from 255) = 49.38%

 GREEN value IS 85 (33.59% from 255) = 21.2%

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

R = 49.38%
G = 21.2%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C65576 (or 0xC65576) is known color: Cabaret. HEX triplet: C6, 55 and 76. RGB value is (198,85,118). Sum of RGB (Red+Green+Blue) = 198+85+118=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C65576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65576 is #39AA89. Grayscale: #7A7A7A. Windows color (decimal): -3779210 or 7755206. OLE color: 7755206.

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

Color convert

RGB 198 85 118 -
CMYK 0 0.57 0.40 0.22
HSL 342.48º 0.5% 0.55% -
HSV(B) 342.48º 0.57% 0.78% -
XYZ 29.81 19.81 19.39 -
YUV 122.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 198 85 118 0 0.57 0.40 0.22 342.48 0.5 0.55
Hex C6 55 76 0 39 28 16 156 32 37
Octal 306 125 166 0 71 50 26 526 62 67
Binary 11000110 1010101 1110110 0 111001 101000 10110 101010110 110010 110111

Color Harmonies of #C65576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65576

Black with #C65576

Text Example


Text Example

White with #C65576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65576; }

 p { color: rgb(198,85,118); }

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

background-color css

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

 a { background-color: rgb(198,85,118); }

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

border-color css

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

 span { border-color: rgb(198,85,118); }

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