Html Css Color HEX #C05F79 Cabaret

📋 copy color: '#C05F79'

red 192 ◦ green 95 ◦ blue 121

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

Shades of Cabaret #C05F79

Tints of Cabaret #C05F79

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.28%

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 47.06%
G = 23.28%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C05F79 (or 0xC05F79) is known color: Cabaret. HEX triplet: C0, 5F and 79. RGB value is (192,95,121). Sum of RGB (Red+Green+Blue) = 192+95+121=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F79 is #3FA086. Grayscale: #7E7E7E. Windows color (decimal): -4169863 or 7954368. OLE color: 7954368.

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

Color convert

RGB 192 95 121 -
CMYK 0 0.51 0.37 0.25
HSL 343.92º 0.43% 0.56% -
HSV(B) 343.92º 0.51% 0.75% -
XYZ 29.28 20.77 20.56 -
YUV 126.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 192 95 121 0 0.51 0.37 0.25 343.92 0.43 0.56
Hex C0 5F 79 0 33 25 19 158 2B 38
Octal 300 137 171 0 63 45 31 530 53 70
Binary 11000000 1011111 1111001 0 110011 100101 11001 101011000 101011 111000

Color Harmonies of #C05F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F79

Black with #C05F79

Text Example


Text Example

White with #C05F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F79; }

 p { color: rgb(192,95,121); }

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

background-color css

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

 a { background-color: rgb(192,95,121); }

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

border-color css

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

 span { border-color: rgb(192,95,121); }

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