Html Css Color HEX #C4476C Cabaret

📋 copy color: '#C4476C'

red 196 ◦ green 71 ◦ blue 108

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

Shades of Cabaret #C4476C

Tints of Cabaret #C4476C

RGB

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

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

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

R = 52.27%
G = 18.93%
B = 28.8%

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

#C4476C (or 0xC4476C) is known color: Cabaret. HEX triplet: C4, 47 and 6C. RGB value is (196,71,108). Sum of RGB (Red+Green+Blue) = 196+71+108=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4476C is #3BB893. Grayscale: #707070. Windows color (decimal): -3913876 or 7096260. OLE color: 7096260.

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

Color convert

RGB 196 71 108 -
CMYK 0 0.64 0.45 0.23
HSL 342.24º 0.51% 0.52% -
HSV(B) 342.24º 0.64% 0.77% -
XYZ 27.72 17.32 16.07 -
YUV 112.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 196 71 108 0 0.64 0.45 0.23 342.24 0.51 0.52
Hex C4 47 6C 0 40 2D 17 156 33 34
Octal 304 107 154 0 100 55 27 526 63 64
Binary 11000100 1000111 1101100 0 1000000 101101 10111 101010110 110011 110100

Color Harmonies of #C4476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4476C

Black with #C4476C

Text Example


Text Example

White with #C4476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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