Html Css Color HEX #C35576 Cabaret

📋 copy color: '#C35576'

red 195 ◦ green 85 ◦ blue 118

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

Shades of Cabaret #C35576

Tints of Cabaret #C35576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 48.99%
G = 21.36%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C35576 (or 0xC35576) is known color: Cabaret. HEX triplet: C3, 55 and 76. RGB value is (195,85,118). Sum of RGB (Red+Green+Blue) = 195+85+118=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C35576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35576 is #3CAA89. Grayscale: #797979. Windows color (decimal): -3975818 or 7755203. OLE color: 7755203.

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

Color convert

RGB 195 85 118 -
CMYK 0 0.56 0.39 0.24
HSL 342º 0.48% 0.55% -
HSV(B) 342º 0.56% 0.76% -
XYZ 29.02 19.41 19.36 -
YUV 121.65 125.94 180.32 -
System Red Green Blue C M Y K H S L
Decimal 195 85 118 0 0.56 0.39 0.24 342 0.48 0.55
Hex C3 55 76 0 38 27 18 156 30 37
Octal 303 125 166 0 70 47 30 526 60 67
Binary 11000011 1010101 1110110 0 111000 100111 11000 101010110 110000 110111

Color Harmonies of #C35576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35576

Black with #C35576

Text Example


Text Example

White with #C35576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35576; }

 p { color: rgb(195,85,118); }

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

background-color css

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

 a { background-color: rgb(195,85,118); }

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

border-color css

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

 span { border-color: rgb(195,85,118); }

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