Html Css Color HEX #C35666 Cabaret

📋 copy color: '#C35666'

red 195 ◦ green 86 ◦ blue 102

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

Shades of Cabaret #C35666

Tints of Cabaret #C35666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.45%

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

R = 50.91%
G = 22.45%
B = 26.63%

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

#C35666 (or 0xC35666) is known color: Cabaret. HEX triplet: C3, 56 and 66. RGB value is (195,86,102). Sum of RGB (Red+Green+Blue) = 195+86+102=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C35666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35666 is #3CA999. Grayscale: #787878. Windows color (decimal): -3975578 or 6706883. OLE color: 6706883.

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

Color convert

RGB 195 86 102 -
CMYK 0 0.56 0.48 0.24
HSL 351.19º 0.48% 0.55% -
HSV(B) 351.19º 0.56% 0.76% -
XYZ 28.23 19.22 14.79 -
YUV 120.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 195 86 102 0 0.56 0.48 0.24 351.19 0.48 0.55
Hex C3 56 66 0 38 30 18 15F 30 37
Octal 303 126 146 0 70 60 30 537 60 67
Binary 11000011 1010110 1100110 0 111000 110000 11000 101011111 110000 110111

Color Harmonies of #C35666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35666

Black with #C35666

Text Example


Text Example

White with #C35666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35666; }

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

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

background-color css

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

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

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

border-color css

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

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

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