Html Css Color HEX #C45568 Cabaret

📋 copy color: '#C45568'

red 196 ◦ green 85 ◦ blue 104

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

Shades of Cabaret #C45568

Tints of Cabaret #C45568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

 BLUE value IS 104 (41.02% from 255) = 27.01%

R = 50.91%
G = 22.08%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C45568 (or 0xC45568) is known color: Cabaret. HEX triplet: C4, 55 and 68. RGB value is (196,85,104). Sum of RGB (Red+Green+Blue) = 196+85+104=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C45568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45568 is #3BAA97. Grayscale: #787878. Windows color (decimal): -3910296 or 6837700. OLE color: 6837700.

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

Color convert

RGB 196 85 104 -
CMYK 0 0.57 0.47 0.23
HSL 349.73º 0.48% 0.55% -
HSV(B) 349.73º 0.57% 0.77% -
XYZ 28.51 19.23 15.31 -
YUV 120.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 196 85 104 0 0.57 0.47 0.23 349.73 0.48 0.55
Hex C4 55 68 0 39 2F 17 15E 30 37
Octal 304 125 150 0 71 57 27 536 60 67
Binary 11000100 1010101 1101000 0 111001 101111 10111 101011110 110000 110111

Color Harmonies of #C45568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45568

Black with #C45568

Text Example


Text Example

White with #C45568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45568; }

 p { color: rgb(196,85,104); }

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

background-color css

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

 a { background-color: rgb(196,85,104); }

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

border-color css

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

 span { border-color: rgb(196,85,104); }

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