Html Css Color HEX #C3526E Cabaret

📋 copy color: '#C3526E'

red 195 ◦ green 82 ◦ blue 110

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

Shades of Cabaret #C3526E

Tints of Cabaret #C3526E

RGB

 RED value IS 195 (76.56% from 255) = 50.39%

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

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

R = 50.39%
G = 21.19%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3526E (or 0xC3526E) is known color: Cabaret. HEX triplet: C3, 52 and 6E. RGB value is (195,82,110). Sum of RGB (Red+Green+Blue) = 195+82+110=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3526E is #3CAD91. Grayscale: #767676. Windows color (decimal): -3976594 or 7230147. OLE color: 7230147.

HSL color Cylindrical-coordinate representation of color #C3526E: hue angle of 345.13º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3526E is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 82 110 -
CMYK 0 0.58 0.44 0.24
HSL 345.13º 0.48% 0.54% -
HSV(B) 345.13º 0.58% 0.76% -
XYZ 28.34 18.76 16.88 -
YUV 118.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 195 82 110 0 0.58 0.44 0.24 345.13 0.48 0.54
Hex C3 52 6E 0 3A 2C 18 159 30 36
Octal 303 122 156 0 72 54 30 531 60 66
Binary 11000011 1010010 1101110 0 111010 101100 11000 101011001 110000 110110

Color Harmonies of #C3526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3526E

Black with #C3526E

Text Example


Text Example

White with #C3526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3526E; }

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

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

background-color css

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

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

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

border-color css

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

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

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