Html Css Color HEX #C5476C Cabaret

📋 copy color: '#C5476C'

red 197 ◦ green 71 ◦ blue 108

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

Shades of Cabaret #C5476C

Tints of Cabaret #C5476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.88%

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 52.39%
G = 18.88%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5476C (or 0xC5476C) is known color: Cabaret. HEX triplet: C5, 47 and 6C. RGB value is (197,71,108). Sum of RGB (Red+Green+Blue) = 197+71+108=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5476C is #3AB893. Grayscale: #707070. Windows color (decimal): -3848340 or 7096261. OLE color: 7096261.

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

Color convert

RGB 197 71 108 -
CMYK 0 0.64 0.45 0.23
HSL 342.38º 0.52% 0.53% -
HSV(B) 342.38º 0.64% 0.77% -
XYZ 27.99 17.46 16.08 -
YUV 112.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 197 71 108 0 0.64 0.45 0.23 342.38 0.52 0.53
Hex C5 47 6C 0 40 2D 17 156 34 35
Octal 305 107 154 0 100 55 27 526 64 65
Binary 11000101 1000111 1101100 0 1000000 101101 10111 101010110 110100 110101

Color Harmonies of #C5476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5476C

Black with #C5476C

Text Example


Text Example

White with #C5476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5476C; }

 p { color: rgb(197,71,108); }

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

background-color css

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

 a { background-color: rgb(197,71,108); }

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

border-color css

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

 span { border-color: rgb(197,71,108); }

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