Html Css Color HEX #C05570 Cabaret

📋 copy color: '#C05570'

red 192 ◦ green 85 ◦ blue 112

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

Shades of Cabaret #C05570

Tints of Cabaret #C05570

RGB

 RED value IS 192 (75.39% from 255) = 49.36%

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

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

R = 49.36%
G = 21.85%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C05570 (or 0xC05570) is known color: Cabaret. HEX triplet: C0, 55 and 70. RGB value is (192,85,112). Sum of RGB (Red+Green+Blue) = 192+85+112=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C05570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05570 is #3FAA8F. Grayscale: #787878. Windows color (decimal): -4172432 or 7361984. OLE color: 7361984.

HSL color Cylindrical-coordinate representation of color #C05570: hue angle of 344.86º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05570 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 112 -
CMYK 0 0.56 0.42 0.25
HSL 344.86º 0.46% 0.54% -
HSV(B) 344.86º 0.56% 0.75% -
XYZ 27.91 18.87 17.5 -
YUV 120.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 192 85 112 0 0.56 0.42 0.25 344.86 0.46 0.54
Hex C0 55 70 0 38 2A 19 159 2E 36
Octal 300 125 160 0 70 52 31 531 56 66
Binary 11000000 1010101 1110000 0 111000 101010 11001 101011001 101110 110110

Color Harmonies of #C05570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05570

Black with #C05570

Text Example


Text Example

White with #C05570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05570; }

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

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

background-color css

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

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

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

border-color css

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

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

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