Html Css Color HEX #C45569 Cabaret

📋 copy color: '#C45569'

red 196 ◦ green 85 ◦ blue 105

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

Shades of Cabaret #C45569

Tints of Cabaret #C45569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.2%

R = 50.78%
G = 22.02%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C45569 (or 0xC45569) is known color: Cabaret. HEX triplet: C4, 55 and 69. RGB value is (196,85,105). Sum of RGB (Red+Green+Blue) = 196+85+105=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C45569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45569 is #3BAA96. Grayscale: #787878. Windows color (decimal): -3910295 or 6903236. OLE color: 6903236.

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

Color convert

RGB 196 85 105 -
CMYK 0 0.57 0.46 0.23
HSL 349.19º 0.48% 0.55% -
HSV(B) 349.19º 0.57% 0.77% -
XYZ 28.56 19.25 15.58 -
YUV 120.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 196 85 105 0 0.57 0.46 0.23 349.19 0.48 0.55
Hex C4 55 69 0 39 2E 17 15D 30 37
Octal 304 125 151 0 71 56 27 535 60 67
Binary 11000100 1010101 1101001 0 111001 101110 10111 101011101 110000 110111

Color Harmonies of #C45569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45569

Black with #C45569

Text Example


Text Example

White with #C45569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45569; }

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

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

background-color css

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

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

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

border-color css

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

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

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