Html Css Color HEX #C45874 Cabaret

📋 copy color: '#C45874'

red 196 ◦ green 88 ◦ blue 116

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

Shades of Cabaret #C45874

Tints of Cabaret #C45874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

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

R = 49%
G = 22%
B = 29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C45874 (or 0xC45874) is known color: Cabaret. HEX triplet: C4, 58 and 74. RGB value is (196,88,116). Sum of RGB (Red+Green+Blue) = 196+88+116=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C45874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45874 is #3BA78B. Grayscale: #7B7B7B. Windows color (decimal): -3909516 or 7624900. OLE color: 7624900.

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

Color convert

RGB 196 88 116 -
CMYK 0 0.55 0.41 0.23
HSL 344.44º 0.48% 0.56% -
HSV(B) 344.44º 0.55% 0.77% -
XYZ 29.41 19.98 18.83 -
YUV 123.48 123.78 179.72 -
System Red Green Blue C M Y K H S L
Decimal 196 88 116 0 0.55 0.41 0.23 344.44 0.48 0.56
Hex C4 58 74 0 37 29 17 158 30 38
Octal 304 130 164 0 67 51 27 530 60 70
Binary 11000100 1011000 1110100 0 110111 101001 10111 101011000 110000 111000

Color Harmonies of #C45874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45874

Black with #C45874

Text Example


Text Example

White with #C45874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45874; }

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

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

background-color css

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

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

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

border-color css

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

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

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