Html Css Color HEX #C35E74 Cabaret

📋 copy color: '#C35E74'

red 195 ◦ green 94 ◦ blue 116

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

Shades of Cabaret #C35E74

Tints of Cabaret #C35E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 48.15%
G = 23.21%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C35E74 (or 0xC35E74) is known color: Cabaret. HEX triplet: C3, 5E and 74. RGB value is (195,94,116). Sum of RGB (Red+Green+Blue) = 195+94+116=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E74 is #3CA18B. Grayscale: #7E7E7E. Windows color (decimal): -3973516 or 7626435. OLE color: 7626435.

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

Color convert

RGB 195 94 116 -
CMYK 0 0.52 0.41 0.24
HSL 346.93º 0.46% 0.57% -
HSV(B) 346.93º 0.52% 0.76% -
XYZ 29.66 20.87 18.99 -
YUV 126.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 195 94 116 0 0.52 0.41 0.24 346.93 0.46 0.57
Hex C3 5E 74 0 34 29 18 15B 2E 39
Octal 303 136 164 0 64 51 30 533 56 71
Binary 11000011 1011110 1110100 0 110100 101001 11000 101011011 101110 111001

Color Harmonies of #C35E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E74

Black with #C35E74

Text Example


Text Example

White with #C35E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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