Html Css Color HEX #C05E72 Cabaret

📋 copy color: '#C05E72'

red 192 ◦ green 94 ◦ blue 114

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

Shades of Cabaret #C05E72

Tints of Cabaret #C05E72

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 48%
G = 23.5%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05E72 (or 0xC05E72) is known color: Cabaret. HEX triplet: C0, 5E and 72. RGB value is (192,94,114). Sum of RGB (Red+Green+Blue) = 192+94+114=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E72 is #3FA18D. Grayscale: #7D7D7D. Windows color (decimal): -4170126 or 7495360. OLE color: 7495360.

HSL color Cylindrical-coordinate representation of color #C05E72: hue angle of 347.76º degrees, saturation: 0.44, 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 #C05E72 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 114 -
CMYK 0 0.51 0.41 0.25
HSL 347.76º 0.44% 0.56% -
HSV(B) 347.76º 0.51% 0.75% -
XYZ 28.78 20.43 18.35 -
YUV 125.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 192 94 114 0 0.51 0.41 0.25 347.76 0.44 0.56
Hex C0 5E 72 0 33 29 19 15C 2C 38
Octal 300 136 162 0 63 51 31 534 54 70
Binary 11000000 1011110 1110010 0 110011 101001 11001 101011100 101100 111000

Color Harmonies of #C05E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E72

Black with #C05E72

Text Example


Text Example

White with #C05E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E72; }

 p { color: rgb(192,94,114); }

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

background-color css

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

 a { background-color: rgb(192,94,114); }

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

border-color css

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

 span { border-color: rgb(192,94,114); }

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