Html Css Color HEX #C4516A Cabaret

📋 copy color: '#C4516A'

red 196 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #C4516A

Tints of Cabaret #C4516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 51.17%
G = 21.15%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4516A (or 0xC4516A) is known color: Cabaret. HEX triplet: C4, 51 and 6A. RGB value is (196,81,106). Sum of RGB (Red+Green+Blue) = 196+81+106=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4516A is #3BAE95. Grayscale: #767676. Windows color (decimal): -3911318 or 6967748. OLE color: 6967748.

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

Color convert

RGB 196 81 106 -
CMYK 0 0.59 0.46 0.23
HSL 346.96º 0.49% 0.54% -
HSV(B) 346.96º 0.59% 0.77% -
XYZ 28.31 18.66 15.75 -
YUV 118.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 196 81 106 0 0.59 0.46 0.23 346.96 0.49 0.54
Hex C4 51 6A 0 3B 2E 17 15B 31 36
Octal 304 121 152 0 73 56 27 533 61 66
Binary 11000100 1010001 1101010 0 111011 101110 10111 101011011 110001 110110

Color Harmonies of #C4516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4516A

Black with #C4516A

Text Example


Text Example

White with #C4516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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