Html Css Color HEX #C15674 Cabaret

📋 copy color: '#C15674'

red 193 ◦ green 86 ◦ blue 116

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

Shades of Cabaret #C15674

Tints of Cabaret #C15674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 48.86%
G = 21.77%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C15674 (or 0xC15674) is known color: Cabaret. HEX triplet: C1, 56 and 74. RGB value is (193,86,116). Sum of RGB (Red+Green+Blue) = 193+86+116=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C15674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15674 is #3EA98B. Grayscale: #797979. Windows color (decimal): -4106636 or 7624385. OLE color: 7624385.

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

Color convert

RGB 193 86 116 -
CMYK 0 0.55 0.40 0.24
HSL 343.18º 0.46% 0.55% -
HSV(B) 343.18º 0.55% 0.76% -
XYZ 28.47 19.25 18.74 -
YUV 121.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 193 86 116 0 0.55 0.40 0.24 343.18 0.46 0.55
Hex C1 56 74 0 37 28 18 157 2E 37
Octal 301 126 164 0 67 50 30 527 56 67
Binary 11000001 1010110 1110100 0 110111 101000 11000 101010111 101110 110111

Color Harmonies of #C15674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15674

Black with #C15674

Text Example


Text Example

White with #C15674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15674; }

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

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

background-color css

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

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

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

border-color css

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

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

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