Html Css Color HEX #C05670 Cabaret

📋 copy color: '#C05670'

red 192 ◦ green 86 ◦ blue 112

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

Shades of Cabaret #C05670

Tints of Cabaret #C05670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 49.23%
G = 22.05%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C05670 (or 0xC05670) is known color: Cabaret. HEX triplet: C0, 56 and 70. RGB value is (192,86,112). Sum of RGB (Red+Green+Blue) = 192+86+112=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05670 is #3FA98F. Grayscale: #787878. Windows color (decimal): -4172176 or 7362240. OLE color: 7362240.

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

Color convert

RGB 192 86 112 -
CMYK 0 0.55 0.42 0.25
HSL 345.28º 0.46% 0.55% -
HSV(B) 345.28º 0.55% 0.75% -
XYZ 27.99 19.03 17.53 -
YUV 120.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 192 86 112 0 0.55 0.42 0.25 345.28 0.46 0.55
Hex C0 56 70 0 37 2A 19 159 2E 37
Octal 300 126 160 0 67 52 31 531 56 67
Binary 11000000 1010110 1110000 0 110111 101010 11001 101011001 101110 110111

Color Harmonies of #C05670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05670

Black with #C05670

Text Example


Text Example

White with #C05670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05670; }

 p { color: rgb(192,86,112); }

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

background-color css

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

 a { background-color: rgb(192,86,112); }

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

border-color css

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

 span { border-color: rgb(192,86,112); }

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