Html Css Color HEX #C15672 Cabaret

📋 copy color: '#C15672'

red 193 ◦ green 86 ◦ blue 114

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

Shades of Cabaret #C15672

Tints of Cabaret #C15672

RGB

 RED value IS 193 (75.78% from 255) = 49.11%

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

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

R = 49.11%
G = 21.88%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C15672 (or 0xC15672) is known color: Cabaret. HEX triplet: C1, 56 and 72. RGB value is (193,86,114). Sum of RGB (Red+Green+Blue) = 193+86+114=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C15672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15672 is #3EA98D. Grayscale: #797979. Windows color (decimal): -4106638 or 7493313. OLE color: 7493313.

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

Color convert

RGB 193 86 114 -
CMYK 0 0.55 0.41 0.24
HSL 344.3º 0.46% 0.55% -
HSV(B) 344.3º 0.55% 0.76% -
XYZ 28.36 19.21 18.13 -
YUV 121.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 193 86 114 0 0.55 0.41 0.24 344.3 0.46 0.55
Hex C1 56 72 0 37 29 18 158 2E 37
Octal 301 126 162 0 67 51 30 530 56 67
Binary 11000001 1010110 1110010 0 110111 101001 11000 101011000 101110 110111

Color Harmonies of #C15672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15672

Black with #C15672

Text Example


Text Example

White with #C15672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15672; }

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

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

background-color css

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

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

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

border-color css

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

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

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