Html Css Color HEX #C65571 Cabaret

📋 copy color: '#C65571'

red 198 ◦ green 85 ◦ blue 113

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

Shades of Cabaret #C65571

Tints of Cabaret #C65571

RGB

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

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

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

R = 50%
G = 21.46%
B = 28.54%

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

#C65571 (or 0xC65571) is known color: Cabaret. HEX triplet: C6, 55 and 71. RGB value is (198,85,113). Sum of RGB (Red+Green+Blue) = 198+85+113=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C65571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65571 is #39AA8E. Grayscale: #797979. Windows color (decimal): -3779215 or 7427526. OLE color: 7427526.

HSL color Cylindrical-coordinate representation of color #C65571: hue angle of 345.13º 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 #C65571 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 85 113 -
CMYK 0 0.57 0.43 0.22
HSL 345.13º 0.5% 0.55% -
HSV(B) 345.13º 0.57% 0.78% -
XYZ 29.52 19.7 17.87 -
YUV 121.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 198 85 113 0 0.57 0.43 0.22 345.13 0.5 0.55
Hex C6 55 71 0 39 2B 16 159 32 37
Octal 306 125 161 0 71 53 26 531 62 67
Binary 11000110 1010101 1110001 0 111001 101011 10110 101011001 110010 110111

Color Harmonies of #C65571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65571

Black with #C65571

Text Example


Text Example

White with #C65571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65571; }

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

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

background-color css

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

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

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

border-color css

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

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

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