Html Css Color HEX #C05E68 Cabaret

📋 copy color: '#C05E68'

red 192 ◦ green 94 ◦ blue 104

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

Shades of Cabaret #C05E68

Tints of Cabaret #C05E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.67%

R = 49.23%
G = 24.1%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C05E68 (or 0xC05E68) is known color: Cabaret. HEX triplet: C0, 5E and 68. RGB value is (192,94,104). Sum of RGB (Red+Green+Blue) = 192+94+104=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E68 is #3FA197. Grayscale: #7C7C7C. Windows color (decimal): -4170136 or 6840000. OLE color: 6840000.

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

Color convert

RGB 192 94 104 -
CMYK 0 0.51 0.46 0.25
HSL 353.88º 0.44% 0.56% -
HSV(B) 353.88º 0.51% 0.75% -
XYZ 28.24 20.21 15.51 -
YUV 124.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 192 94 104 0 0.51 0.46 0.25 353.88 0.44 0.56
Hex C0 5E 68 0 33 2E 19 162 2C 38
Octal 300 136 150 0 63 56 31 542 54 70
Binary 11000000 1011110 1101000 0 110011 101110 11001 101100010 101100 111000

Color Harmonies of #C05E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E68

Black with #C05E68

Text Example


Text Example

White with #C05E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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