Html Css Color HEX #C35E78 Cabaret

📋 copy color: '#C35E78'

red 195 ◦ green 94 ◦ blue 120

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

Shades of Cabaret #C35E78

Tints of Cabaret #C35E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.98%

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 47.68%
G = 22.98%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C35E78 (or 0xC35E78) is known color: Cabaret. HEX triplet: C3, 5E and 78. RGB value is (195,94,120). Sum of RGB (Red+Green+Blue) = 195+94+120=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E78 is #3CA187. Grayscale: #7F7F7F. Windows color (decimal): -3973512 or 7888579. OLE color: 7888579.

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

Color convert

RGB 195 94 120 -
CMYK 0 0.52 0.38 0.24
HSL 344.55º 0.46% 0.57% -
HSV(B) 344.55º 0.52% 0.76% -
XYZ 29.9 20.96 20.24 -
YUV 127.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 195 94 120 0 0.52 0.38 0.24 344.55 0.46 0.57
Hex C3 5E 78 0 34 26 18 159 2E 39
Octal 303 136 170 0 64 46 30 531 56 71
Binary 11000011 1011110 1111000 0 110100 100110 11000 101011001 101110 111001

Color Harmonies of #C35E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E78

Black with #C35E78

Text Example


Text Example

White with #C35E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E78; }

 p { color: rgb(195,94,120); }

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

background-color css

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

 a { background-color: rgb(195,94,120); }

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

border-color css

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

 span { border-color: rgb(195,94,120); }

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