Html Css Color HEX #C45063 Cabaret

📋 copy color: '#C45063'

red 196 ◦ green 80 ◦ blue 99

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

Shades of Cabaret #C45063

Tints of Cabaret #C45063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.4%

R = 52.27%
G = 21.33%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C45063 (or 0xC45063) is known color: Cabaret. HEX triplet: C4, 50 and 63. RGB value is (196,80,99). Sum of RGB (Red+Green+Blue) = 196+80+99=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C45063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45063 is #3BAF9C. Grayscale: #747474. Windows color (decimal): -3911581 or 6508740. OLE color: 6508740.

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

Color convert

RGB 196 80 99 -
CMYK 0 0.59 0.49 0.23
HSL 350.17º 0.5% 0.54% -
HSV(B) 350.17º 0.59% 0.77% -
XYZ 27.89 18.37 13.88 -
YUV 116.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 196 80 99 0 0.59 0.49 0.23 350.17 0.5 0.54
Hex C4 50 63 0 3B 31 17 15E 32 36
Octal 304 120 143 0 73 61 27 536 62 66
Binary 11000100 1010000 1100011 0 111011 110001 10111 101011110 110010 110110

Color Harmonies of #C45063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45063

Black with #C45063

Text Example


Text Example

White with #C45063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45063; }

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

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

background-color css

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

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

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

border-color css

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

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

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