Html Css Color HEX #C35566 Cabaret

📋 copy color: '#C35566'

red 195 ◦ green 85 ◦ blue 102

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

Shades of Cabaret #C35566

Tints of Cabaret #C35566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.7%

R = 51.05%
G = 22.25%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C35566 (or 0xC35566) is known color: Cabaret. HEX triplet: C3, 55 and 66. RGB value is (195,85,102). Sum of RGB (Red+Green+Blue) = 195+85+102=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C35566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35566 is #3CAA99. Grayscale: #777777. Windows color (decimal): -3975834 or 6706627. OLE color: 6706627.

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

Color convert

RGB 195 85 102 -
CMYK 0 0.56 0.48 0.24
HSL 350.73º 0.48% 0.55% -
HSV(B) 350.73º 0.56% 0.76% -
XYZ 28.15 19.06 14.77 -
YUV 119.83 117.94 181.62 -
System Red Green Blue C M Y K H S L
Decimal 195 85 102 0 0.56 0.48 0.24 350.73 0.48 0.55
Hex C3 55 66 0 38 30 18 15F 30 37
Octal 303 125 146 0 70 60 30 537 60 67
Binary 11000011 1010101 1100110 0 111000 110000 11000 101011111 110000 110111

Color Harmonies of #C35566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35566

Black with #C35566

Text Example


Text Example

White with #C35566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35566; }

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

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

background-color css

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

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

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

border-color css

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

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

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