Html Css Color HEX #C35364 Cabaret

📋 copy color: '#C35364'

red 195 ◦ green 83 ◦ blue 100

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

Shades of Cabaret #C35364

Tints of Cabaret #C35364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 51.59%
G = 21.96%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C35364 (or 0xC35364) is known color: Cabaret. HEX triplet: C3, 53 and 64. RGB value is (195,83,100). Sum of RGB (Red+Green+Blue) = 195+83+100=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C35364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35364 is #3CAC9B. Grayscale: #767676. Windows color (decimal): -3976348 or 6575043. OLE color: 6575043.

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

Color convert

RGB 195 83 100 -
CMYK 0 0.57 0.49 0.24
HSL 350.89º 0.48% 0.55% -
HSV(B) 350.89º 0.57% 0.76% -
XYZ 27.9 18.71 14.2 -
YUV 118.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 195 83 100 0 0.57 0.49 0.24 350.89 0.48 0.55
Hex C3 53 64 0 39 31 18 15F 30 37
Octal 303 123 144 0 71 61 30 537 60 67
Binary 11000011 1010011 1100100 0 111001 110001 11000 101011111 110000 110111

Color Harmonies of #C35364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35364

Black with #C35364

Text Example


Text Example

White with #C35364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35364; }

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

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

background-color css

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

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

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

border-color css

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

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

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