Html Css Color HEX #C5476D Cabaret

📋 copy color: '#C5476D'

red 197 ◦ green 71 ◦ blue 109

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

Shades of Cabaret #C5476D

Tints of Cabaret #C5476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 52.25%
G = 18.83%
B = 28.91%

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

#C5476D (or 0xC5476D) is known color: Cabaret. HEX triplet: C5, 47 and 6D. RGB value is (197,71,109). Sum of RGB (Red+Green+Blue) = 197+71+109=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5476D is #3AB892. Grayscale: #707070. Windows color (decimal): -3848339 or 7161797. OLE color: 7161797.

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

Color convert

RGB 197 71 109 -
CMYK 0 0.64 0.45 0.23
HSL 341.9º 0.52% 0.53% -
HSV(B) 341.9º 0.64% 0.77% -
XYZ 28.04 17.48 16.36 -
YUV 113.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 197 71 109 0 0.64 0.45 0.23 341.9 0.52 0.53
Hex C5 47 6D 0 40 2D 17 156 34 35
Octal 305 107 155 0 100 55 27 526 64 65
Binary 11000101 1000111 1101101 0 1000000 101101 10111 101010110 110100 110101

Color Harmonies of #C5476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5476D

Black with #C5476D

Text Example


Text Example

White with #C5476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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