Html Css Color HEX #C5466F Cabaret

📋 copy color: '#C5466F'

red 197 ◦ green 70 ◦ blue 111

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

Shades of Cabaret #C5466F

Tints of Cabaret #C5466F

RGB

 RED value IS 197 (77.34% from 255) = 52.12%

 GREEN value IS 70 (27.73% from 255) = 18.52%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 52.12%
G = 18.52%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5466F (or 0xC5466F) is known color: Cabaret. HEX triplet: C5, 46 and 6F. RGB value is (197,70,111). Sum of RGB (Red+Green+Blue) = 197+70+111=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5466F is #3AB990. Grayscale: #707070. Windows color (decimal): -3848593 or 7292613. OLE color: 7292613.

HSL color Cylindrical-coordinate representation of color #C5466F: hue angle of 340.63º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5466F is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 111 -
CMYK 0 0.64 0.44 0.23
HSL 340.63º 0.52% 0.52% -
HSV(B) 340.63º 0.64% 0.77% -
XYZ 28.09 17.4 16.92 -
YUV 112.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 197 70 111 0 0.64 0.44 0.23 340.63 0.52 0.52
Hex C5 46 6F 0 40 2C 17 155 34 34
Octal 305 106 157 0 100 54 27 525 64 64
Binary 11000101 1000110 1101111 0 1000000 101100 10111 101010101 110100 110100

Color Harmonies of #C5466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5466F

Black with #C5466F

Text Example


Text Example

White with #C5466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5466F; }

 p { color: rgb(197,70,111); }

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

background-color css

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

 a { background-color: rgb(197,70,111); }

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

border-color css

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

 span { border-color: rgb(197,70,111); }

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