Html Css Color HEX #C4476B Cabaret

📋 copy color: '#C4476B'

red 196 ◦ green 71 ◦ blue 107

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

Shades of Cabaret #C4476B

Tints of Cabaret #C4476B

RGB

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

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

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

R = 52.41%
G = 18.98%
B = 28.61%

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

#C4476B (or 0xC4476B) is known color: Cabaret. HEX triplet: C4, 47 and 6B. RGB value is (196,71,107). Sum of RGB (Red+Green+Blue) = 196+71+107=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4476B is #3BB894. Grayscale: #707070. Windows color (decimal): -3913877 or 7030724. OLE color: 7030724.

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

Color convert

RGB 196 71 107 -
CMYK 0 0.64 0.45 0.23
HSL 342.72º 0.51% 0.52% -
HSV(B) 342.72º 0.64% 0.77% -
XYZ 27.67 17.3 15.79 -
YUV 112.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 196 71 107 0 0.64 0.45 0.23 342.72 0.51 0.52
Hex C4 47 6B 0 40 2D 17 157 33 34
Octal 304 107 153 0 100 55 27 527 63 64
Binary 11000100 1000111 1101011 0 1000000 101101 10111 101010111 110011 110100

Color Harmonies of #C4476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4476B

Black with #C4476B

Text Example


Text Example

White with #C4476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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