Html Css Color HEX #C35164 Cabaret

📋 copy color: '#C35164'

red 195 ◦ green 81 ◦ blue 100

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

Shades of Cabaret #C35164

Tints of Cabaret #C35164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.54%

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 51.86%
G = 21.54%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C35164 (or 0xC35164) is known color: Cabaret. HEX triplet: C3, 51 and 64. RGB value is (195,81,100). Sum of RGB (Red+Green+Blue) = 195+81+100=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C35164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35164 is #3CAE9B. Grayscale: #757575. Windows color (decimal): -3976860 or 6574531. OLE color: 6574531.

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

Color convert

RGB 195 81 100 -
CMYK 0 0.58 0.49 0.24
HSL 350º 0.49% 0.54% -
HSV(B) 350º 0.58% 0.76% -
XYZ 27.75 18.41 14.15 -
YUV 117.25 118.27 183.46 -
System Red Green Blue C M Y K H S L
Decimal 195 81 100 0 0.58 0.49 0.24 350 0.49 0.54
Hex C3 51 64 0 3A 31 18 15E 31 36
Octal 303 121 144 0 72 61 30 536 61 66
Binary 11000011 1010001 1100100 0 111010 110001 11000 101011110 110001 110110

Color Harmonies of #C35164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35164

Black with #C35164

Text Example


Text Example

White with #C35164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35164; }

 p { color: rgb(195,81,100); }

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

background-color css

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

 a { background-color: rgb(195,81,100); }

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

border-color css

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

 span { border-color: rgb(195,81,100); }

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