Html Css Color HEX #C35066 Cabaret

📋 copy color: '#C35066'

red 195 ◦ green 80 ◦ blue 102

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

Shades of Cabaret #C35066

Tints of Cabaret #C35066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

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

R = 51.72%
G = 21.22%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C35066 (or 0xC35066) is known color: Cabaret. HEX triplet: C3, 50 and 66. RGB value is (195,80,102). Sum of RGB (Red+Green+Blue) = 195+80+102=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C35066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35066 is #3CAF99. Grayscale: #747474. Windows color (decimal): -3977114 or 6705347. OLE color: 6705347.

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

Color convert

RGB 195 80 102 -
CMYK 0 0.59 0.48 0.24
HSL 348.52º 0.49% 0.54% -
HSV(B) 348.52º 0.59% 0.76% -
XYZ 27.77 18.3 14.64 -
YUV 116.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 195 80 102 0 0.59 0.48 0.24 348.52 0.49 0.54
Hex C3 50 66 0 3B 30 18 15D 31 36
Octal 303 120 146 0 73 60 30 535 61 66
Binary 11000011 1010000 1100110 0 111011 110000 11000 101011101 110001 110110

Color Harmonies of #C35066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35066

Black with #C35066

Text Example


Text Example

White with #C35066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35066; }

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

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

background-color css

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

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

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

border-color css

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

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

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