Html Css Color HEX #C45674 Cabaret

📋 copy color: '#C45674'

red 196 ◦ green 86 ◦ blue 116

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

Shades of Cabaret #C45674

Tints of Cabaret #C45674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 49.25%
G = 21.61%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C45674 (or 0xC45674) is known color: Cabaret. HEX triplet: C4, 56 and 74. RGB value is (196,86,116). Sum of RGB (Red+Green+Blue) = 196+86+116=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C45674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45674 is #3BA98B. Grayscale: #7A7A7A. Windows color (decimal): -3910028 or 7624388. OLE color: 7624388.

HSL color Cylindrical-coordinate representation of color #C45674: hue angle of 343.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45674 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 116 -
CMYK 0 0.56 0.41 0.23
HSL 343.64º 0.48% 0.55% -
HSV(B) 343.64º 0.56% 0.77% -
XYZ 29.25 19.65 18.77 -
YUV 122.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 196 86 116 0 0.56 0.41 0.23 343.64 0.48 0.55
Hex C4 56 74 0 38 29 17 158 30 37
Octal 304 126 164 0 70 51 27 530 60 67
Binary 11000100 1010110 1110100 0 111000 101001 10111 101011000 110000 110111

Color Harmonies of #C45674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45674

Black with #C45674

Text Example


Text Example

White with #C45674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45674; }

 p { color: rgb(196,86,116); }

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

background-color css

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

 a { background-color: rgb(196,86,116); }

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

border-color css

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

 span { border-color: rgb(196,86,116); }

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