Html Css Color HEX #C35573 Cabaret

📋 copy color: '#C35573'

red 195 ◦ green 85 ◦ blue 115

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

Shades of Cabaret #C35573

Tints of Cabaret #C35573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 49.37%
G = 21.52%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C35573 (or 0xC35573) is known color: Cabaret. HEX triplet: C3, 55 and 73. RGB value is (195,85,115). Sum of RGB (Red+Green+Blue) = 195+85+115=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C35573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35573 is #3CAA8C. Grayscale: #797979. Windows color (decimal): -3975821 or 7558595. OLE color: 7558595.

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

Color convert

RGB 195 85 115 -
CMYK 0 0.56 0.41 0.24
HSL 343.64º 0.48% 0.55% -
HSV(B) 343.64º 0.56% 0.76% -
XYZ 28.85 19.34 18.43 -
YUV 121.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 195 85 115 0 0.56 0.41 0.24 343.64 0.48 0.55
Hex C3 55 73 0 38 29 18 158 30 37
Octal 303 125 163 0 70 51 30 530 60 67
Binary 11000011 1010101 1110011 0 111000 101001 11000 101011000 110000 110111

Color Harmonies of #C35573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35573

Black with #C35573

Text Example


Text Example

White with #C35573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35573; }

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

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

background-color css

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

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

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

border-color css

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

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

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