Html Css Color HEX #C3526B Cabaret

📋 copy color: '#C3526B'

red 195 ◦ green 82 ◦ blue 107

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

Shades of Cabaret #C3526B

Tints of Cabaret #C3526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 50.78%
G = 21.35%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3526B (or 0xC3526B) is known color: Cabaret. HEX triplet: C3, 52 and 6B. RGB value is (195,82,107). Sum of RGB (Red+Green+Blue) = 195+82+107=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3526B is #3CAD94. Grayscale: #767676. Windows color (decimal): -3976597 or 7033539. OLE color: 7033539.

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

Color convert

RGB 195 82 107 -
CMYK 0 0.58 0.45 0.24
HSL 346.73º 0.48% 0.54% -
HSV(B) 346.73º 0.58% 0.76% -
XYZ 28.18 18.7 16.03 -
YUV 118.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 195 82 107 0 0.58 0.45 0.24 346.73 0.48 0.54
Hex C3 52 6B 0 3A 2D 18 15B 30 36
Octal 303 122 153 0 72 55 30 533 60 66
Binary 11000011 1010010 1101011 0 111010 101101 11000 101011011 110000 110110

Color Harmonies of #C3526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3526B

Black with #C3526B

Text Example


Text Example

White with #C3526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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