Html Css Color HEX #C05672 Cabaret

📋 copy color: '#C05672'

red 192 ◦ green 86 ◦ blue 114

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

Shades of Cabaret #C05672

Tints of Cabaret #C05672

RGB

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

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

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

R = 48.98%
G = 21.94%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05672 (or 0xC05672) is known color: Cabaret. HEX triplet: C0, 56 and 72. RGB value is (192,86,114). Sum of RGB (Red+Green+Blue) = 192+86+114=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05672 is #3FA98D. Grayscale: #787878. Windows color (decimal): -4172174 or 7493312. OLE color: 7493312.

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

Color convert

RGB 192 86 114 -
CMYK 0 0.55 0.41 0.25
HSL 344.15º 0.46% 0.55% -
HSV(B) 344.15º 0.55% 0.75% -
XYZ 28.1 19.08 18.12 -
YUV 120.89 124.12 178.72 -
System Red Green Blue C M Y K H S L
Decimal 192 86 114 0 0.55 0.41 0.25 344.15 0.46 0.55
Hex C0 56 72 0 37 29 19 158 2E 37
Octal 300 126 162 0 67 51 31 530 56 67
Binary 11000000 1010110 1110010 0 110111 101001 11001 101011000 101110 110111

Color Harmonies of #C05672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05672

Black with #C05672

Text Example


Text Example

White with #C05672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05672; }

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

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

background-color css

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

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

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

border-color css

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

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

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