Html Css Color HEX #C45170 Cabaret

📋 copy color: '#C45170'

red 196 ◦ green 81 ◦ blue 112

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

Shades of Cabaret #C45170

Tints of Cabaret #C45170

RGB

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

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

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

R = 50.39%
G = 20.82%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C45170 (or 0xC45170) is known color: Cabaret. HEX triplet: C4, 51 and 70. RGB value is (196,81,112). Sum of RGB (Red+Green+Blue) = 196+81+112=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C45170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45170 is #3BAE8F. Grayscale: #767676. Windows color (decimal): -3911312 or 7360964. OLE color: 7360964.

HSL color Cylindrical-coordinate representation of color #C45170: hue angle of 343.83º 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 #C45170 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 81 112 -
CMYK 0 0.59 0.43 0.23
HSL 343.83º 0.49% 0.54% -
HSV(B) 343.83º 0.59% 0.77% -
XYZ 28.63 18.79 17.45 -
YUV 118.92 124.1 182.98 -
System Red Green Blue C M Y K H S L
Decimal 196 81 112 0 0.59 0.43 0.23 343.83 0.49 0.54
Hex C4 51 70 0 3B 2B 17 158 31 36
Octal 304 121 160 0 73 53 27 530 61 66
Binary 11000100 1010001 1110000 0 111011 101011 10111 101011000 110001 110110

Color Harmonies of #C45170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45170

Black with #C45170

Text Example


Text Example

White with #C45170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45170; }

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

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

background-color css

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

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

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

border-color css

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

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

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