Html Css Color HEX #C4526E Cabaret

📋 copy color: '#C4526E'

red 196 ◦ green 82 ◦ blue 110

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

Shades of Cabaret #C4526E

Tints of Cabaret #C4526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 50.52%
G = 21.13%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4526E (or 0xC4526E) is known color: Cabaret. HEX triplet: C4, 52 and 6E. RGB value is (196,82,110). Sum of RGB (Red+Green+Blue) = 196+82+110=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4526E is #3BAD91. Grayscale: #777777. Windows color (decimal): -3911058 or 7230148. OLE color: 7230148.

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

Color convert

RGB 196 82 110 -
CMYK 0 0.58 0.44 0.23
HSL 345.26º 0.49% 0.55% -
HSV(B) 345.26º 0.58% 0.77% -
XYZ 28.6 18.9 16.89 -
YUV 119.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 196 82 110 0 0.58 0.44 0.23 345.26 0.49 0.55
Hex C4 52 6E 0 3A 2C 17 159 31 37
Octal 304 122 156 0 72 54 27 531 61 67
Binary 11000100 1010010 1101110 0 111010 101100 10111 101011001 110001 110111

Color Harmonies of #C4526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4526E

Black with #C4526E

Text Example


Text Example

White with #C4526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4526E; }

 p { color: rgb(196,82,110); }

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

background-color css

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

 a { background-color: rgb(196,82,110); }

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

border-color css

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

 span { border-color: rgb(196,82,110); }

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