Html Css Color HEX #C05A73 Cabaret

📋 copy color: '#C05A73'

red 192 ◦ green 90 ◦ blue 115

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

Shades of Cabaret #C05A73

Tints of Cabaret #C05A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

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

R = 48.36%
G = 22.67%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C05A73 (or 0xC05A73) is known color: Cabaret. HEX triplet: C0, 5A and 73. RGB value is (192,90,115). Sum of RGB (Red+Green+Blue) = 192+90+115=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A73 is #3FA58C. Grayscale: #7B7B7B. Windows color (decimal): -4171149 or 7559872. OLE color: 7559872.

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

Color convert

RGB 192 90 115 -
CMYK 0 0.53 0.40 0.25
HSL 345.29º 0.45% 0.55% -
HSV(B) 345.29º 0.53% 0.75% -
XYZ 28.49 19.76 18.53 -
YUV 123.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 192 90 115 0 0.53 0.40 0.25 345.29 0.45 0.55
Hex C0 5A 73 0 35 28 19 159 2D 37
Octal 300 132 163 0 65 50 31 531 55 67
Binary 11000000 1011010 1110011 0 110101 101000 11001 101011001 101101 110111

Color Harmonies of #C05A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A73

Black with #C05A73

Text Example


Text Example

White with #C05A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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