Html Css Color HEX #C05773 Cabaret

📋 copy color: '#C05773'

red 192 ◦ green 87 ◦ blue 115

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

Shades of Cabaret #C05773

Tints of Cabaret #C05773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.08%

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 48.73%
G = 22.08%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C05773 (or 0xC05773) is known color: Cabaret. HEX triplet: C0, 57 and 73. RGB value is (192,87,115). Sum of RGB (Red+Green+Blue) = 192+87+115=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C05773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05773 is #3FA88C. Grayscale: #797979. Windows color (decimal): -4171917 or 7559104. OLE color: 7559104.

HSL color Cylindrical-coordinate representation of color #C05773: hue angle of 344º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05773 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 115 -
CMYK 0 0.55 0.40 0.25
HSL 344º 0.45% 0.55% -
HSV(B) 344º 0.55% 0.75% -
XYZ 28.24 19.26 18.45 -
YUV 121.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 192 87 115 0 0.55 0.40 0.25 344 0.45 0.55
Hex C0 57 73 0 37 28 19 158 2D 37
Octal 300 127 163 0 67 50 31 530 55 67
Binary 11000000 1010111 1110011 0 110111 101000 11001 101011000 101101 110111

Color Harmonies of #C05773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05773

Black with #C05773

Text Example


Text Example

White with #C05773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05773; }

 p { color: rgb(192,87,115); }

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

background-color css

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

 a { background-color: rgb(192,87,115); }

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

border-color css

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

 span { border-color: rgb(192,87,115); }

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