Html Css Color HEX #C45672 Cabaret

📋 copy color: '#C45672'

red 196 ◦ green 86 ◦ blue 114

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

Shades of Cabaret #C45672

Tints of Cabaret #C45672

RGB

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

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

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

R = 49.49%
G = 21.72%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C45672 (or 0xC45672) is known color: Cabaret. HEX triplet: C4, 56 and 72. RGB value is (196,86,114). Sum of RGB (Red+Green+Blue) = 196+86+114=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C45672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45672 is #3BA98D. Grayscale: #7A7A7A. Windows color (decimal): -3910030 or 7493316. OLE color: 7493316.

HSL color Cylindrical-coordinate representation of color #C45672: hue angle of 344.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45672 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 114 -
CMYK 0 0.56 0.42 0.23
HSL 344.73º 0.48% 0.55% -
HSV(B) 344.73º 0.56% 0.77% -
XYZ 29.13 19.61 18.17 -
YUV 122.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 196 86 114 0 0.56 0.42 0.23 344.73 0.48 0.55
Hex C4 56 72 0 38 2A 17 159 30 37
Octal 304 126 162 0 70 52 27 531 60 67
Binary 11000100 1010110 1110010 0 111000 101010 10111 101011001 110000 110111

Color Harmonies of #C45672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45672

Black with #C45672

Text Example


Text Example

White with #C45672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45672; }

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

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

background-color css

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

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

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

border-color css

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

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

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