Html Css Color HEX #C45164 Cabaret

📋 copy color: '#C45164'

red 196 ◦ green 81 ◦ blue 100

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

Shades of Cabaret #C45164

Tints of Cabaret #C45164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 51.99%
G = 21.49%
B = 26.53%

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

#C45164 (or 0xC45164) is known color: Cabaret. HEX triplet: C4, 51 and 64. RGB value is (196,81,100). Sum of RGB (Red+Green+Blue) = 196+81+100=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C45164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45164 is #3BAE9B. Grayscale: #757575. Windows color (decimal): -3911324 or 6574532. OLE color: 6574532.

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

Color convert

RGB 196 81 100 -
CMYK 0 0.59 0.49 0.23
HSL 350.09º 0.49% 0.54% -
HSV(B) 350.09º 0.59% 0.77% -
XYZ 28.01 18.54 14.16 -
YUV 117.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 196 81 100 0 0.59 0.49 0.23 350.09 0.49 0.54
Hex C4 51 64 0 3B 31 17 15E 31 36
Octal 304 121 144 0 73 61 27 536 61 66
Binary 11000100 1010001 1100100 0 111011 110001 10111 101011110 110001 110110

Color Harmonies of #C45164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45164

Black with #C45164

Text Example


Text Example

White with #C45164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45164; }

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

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

background-color css

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

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

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

border-color css

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

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

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