Html Css Color HEX #C45173 Cabaret

📋 copy color: '#C45173'

red 196 ◦ green 81 ◦ blue 115

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

Shades of Cabaret #C45173

Tints of Cabaret #C45173

RGB

 RED value IS 196 (76.95% from 255) = 50%

 GREEN value IS 81 (32.03% from 255) = 20.66%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 50%
G = 20.66%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C45173 (or 0xC45173) is known color: Cabaret. HEX triplet: C4, 51 and 73. RGB value is (196,81,115). Sum of RGB (Red+Green+Blue) = 196+81+115=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C45173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45173 is #3BAE8C. Grayscale: #777777. Windows color (decimal): -3911309 or 7557572. OLE color: 7557572.

HSL color Cylindrical-coordinate representation of color #C45173: hue angle of 342.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45173 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 81 115 -
CMYK 0 0.59 0.41 0.23
HSL 342.26º 0.49% 0.54% -
HSV(B) 342.26º 0.59% 0.77% -
XYZ 28.8 18.86 18.34 -
YUV 119.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 196 81 115 0 0.59 0.41 0.23 342.26 0.49 0.54
Hex C4 51 73 0 3B 29 17 156 31 36
Octal 304 121 163 0 73 51 27 526 61 66
Binary 11000100 1010001 1110011 0 111011 101001 10111 101010110 110001 110110

Color Harmonies of #C45173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45173

Black with #C45173

Text Example


Text Example

White with #C45173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45173; }

 p { color: rgb(196,81,115); }

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

background-color css

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

 a { background-color: rgb(196,81,115); }

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

border-color css

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

 span { border-color: rgb(196,81,115); }

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