Html Css Color HEX #C45072 Cabaret

📋 copy color: '#C45072'

red 196 ◦ green 80 ◦ blue 114

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

Shades of Cabaret #C45072

Tints of Cabaret #C45072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

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

R = 50.26%
G = 20.51%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C45072 (or 0xC45072) is known color: Cabaret. HEX triplet: C4, 50 and 72. RGB value is (196,80,114). Sum of RGB (Red+Green+Blue) = 196+80+114=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C45072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45072 is #3BAF8D. Grayscale: #767676. Windows color (decimal): -3911566 or 7491780. OLE color: 7491780.

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

Color convert

RGB 196 80 114 -
CMYK 0 0.59 0.42 0.23
HSL 342.41º 0.5% 0.54% -
HSV(B) 342.41º 0.59% 0.77% -
XYZ 28.67 18.69 18.02 -
YUV 118.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 196 80 114 0 0.59 0.42 0.23 342.41 0.5 0.54
Hex C4 50 72 0 3B 2A 17 156 32 36
Octal 304 120 162 0 73 52 27 526 62 66
Binary 11000100 1010000 1110010 0 111011 101010 10111 101010110 110010 110110

Color Harmonies of #C45072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45072

Black with #C45072

Text Example


Text Example

White with #C45072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45072; }

 p { color: rgb(196,80,114); }

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

background-color css

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

 a { background-color: rgb(196,80,114); }

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

border-color css

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

 span { border-color: rgb(196,80,114); }

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