Html Css Color HEX #C06573 Cabaret

📋 copy color: '#C06573'

red 192 ◦ green 101 ◦ blue 115

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

Shades of Cabaret #C06573

Tints of Cabaret #C06573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.75%

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

R = 47.06%
G = 24.75%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C06573 (or 0xC06573) is known color: Cabaret. HEX triplet: C0, 65 and 73. RGB value is (192,101,115). Sum of RGB (Red+Green+Blue) = 192+101+115=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C06573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06573 is #3F9A8C. Grayscale: #818181. Windows color (decimal): -4168333 or 7562688. OLE color: 7562688.

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

Color convert

RGB 192 101 115 -
CMYK 0 0.47 0.40 0.25
HSL 350.77º 0.42% 0.57% -
HSV(B) 350.77º 0.47% 0.75% -
XYZ 29.49 21.75 18.86 -
YUV 129.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 192 101 115 0 0.47 0.40 0.25 350.77 0.42 0.57
Hex C0 65 73 0 2F 28 19 15F 2A 39
Octal 300 145 163 0 57 50 31 537 52 71
Binary 11000000 1100101 1110011 0 101111 101000 11001 101011111 101010 111001

Color Harmonies of #C06573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06573

Black with #C06573

Text Example


Text Example

White with #C06573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06573; }

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

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

background-color css

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

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

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

border-color css

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

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

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