Html Css Color HEX #C35366 Cabaret

📋 copy color: '#C35366'

red 195 ◦ green 83 ◦ blue 102

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

Shades of Cabaret #C35366

Tints of Cabaret #C35366

RGB

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

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

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

R = 51.32%
G = 21.84%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C35366 (or 0xC35366) is known color: Cabaret. HEX triplet: C3, 53 and 66. RGB value is (195,83,102). Sum of RGB (Red+Green+Blue) = 195+83+102=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C35366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35366 is #3CAC99. Grayscale: #767676. Windows color (decimal): -3976346 or 6706115. OLE color: 6706115.

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

Color convert

RGB 195 83 102 -
CMYK 0 0.57 0.48 0.24
HSL 349.82º 0.48% 0.55% -
HSV(B) 349.82º 0.57% 0.76% -
XYZ 28 18.75 14.71 -
YUV 118.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 195 83 102 0 0.57 0.48 0.24 349.82 0.48 0.55
Hex C3 53 66 0 39 30 18 15E 30 37
Octal 303 123 146 0 71 60 30 536 60 67
Binary 11000011 1010011 1100110 0 111001 110000 11000 101011110 110000 110111

Color Harmonies of #C35366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35366

Black with #C35366

Text Example


Text Example

White with #C35366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35366; }

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

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

background-color css

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

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

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

border-color css

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

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

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