Html Css Color HEX #C65570 Cabaret

📋 copy color: '#C65570'

red 198 ◦ green 85 ◦ blue 112

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

Shades of Cabaret #C65570

Tints of Cabaret #C65570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 50.13%
G = 21.52%
B = 28.35%

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

#C65570 (or 0xC65570) is known color: Cabaret. HEX triplet: C6, 55 and 70. RGB value is (198,85,112). Sum of RGB (Red+Green+Blue) = 198+85+112=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C65570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65570 is #39AA8F. Grayscale: #797979. Windows color (decimal): -3779216 or 7361990. OLE color: 7361990.

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

Color convert

RGB 198 85 112 -
CMYK 0 0.57 0.43 0.22
HSL 345.66º 0.5% 0.55% -
HSV(B) 345.66º 0.57% 0.78% -
XYZ 29.46 19.67 17.57 -
YUV 121.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 198 85 112 0 0.57 0.43 0.22 345.66 0.5 0.55
Hex C6 55 70 0 39 2B 16 15A 32 37
Octal 306 125 160 0 71 53 26 532 62 67
Binary 11000110 1010101 1110000 0 111001 101011 10110 101011010 110010 110111

Color Harmonies of #C65570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65570

Black with #C65570

Text Example


Text Example

White with #C65570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65570; }

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

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

background-color css

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

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

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

border-color css

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

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

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