Html Css Color HEX #C5476B Cabaret

📋 copy color: '#C5476B'

red 197 ◦ green 71 ◦ blue 107

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

Shades of Cabaret #C5476B

Tints of Cabaret #C5476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 52.53%
G = 18.93%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5476B (or 0xC5476B) is known color: Cabaret. HEX triplet: C5, 47 and 6B. RGB value is (197,71,107). Sum of RGB (Red+Green+Blue) = 197+71+107=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5476B is #3AB894. Grayscale: #707070. Windows color (decimal): -3848341 or 7030725. OLE color: 7030725.

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

Color convert

RGB 197 71 107 -
CMYK 0 0.64 0.46 0.23
HSL 342.86º 0.52% 0.53% -
HSV(B) 342.86º 0.64% 0.77% -
XYZ 27.93 17.44 15.8 -
YUV 112.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 197 71 107 0 0.64 0.46 0.23 342.86 0.52 0.53
Hex C5 47 6B 0 40 2E 17 157 34 35
Octal 305 107 153 0 100 56 27 527 64 65
Binary 11000101 1000111 1101011 0 1000000 101110 10111 101010111 110100 110101

Color Harmonies of #C5476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5476B

Black with #C5476B

Text Example


Text Example

White with #C5476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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