Html Css Color HEX #C35A71 Cabaret

📋 copy color: '#C35A71'

red 195 ◦ green 90 ◦ blue 113

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

Shades of Cabaret #C35A71

Tints of Cabaret #C35A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 113 (44.53% from 255) = 28.39%

R = 48.99%
G = 22.61%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C35A71 (or 0xC35A71) is known color: Cabaret. HEX triplet: C3, 5A and 71. RGB value is (195,90,113). Sum of RGB (Red+Green+Blue) = 195+90+113=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A71 is #3CA58E. Grayscale: #7C7C7C. Windows color (decimal): -3974543 or 7428803. OLE color: 7428803.

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

Color convert

RGB 195 90 113 -
CMYK 0 0.54 0.42 0.24
HSL 346.86º 0.47% 0.56% -
HSV(B) 346.86º 0.54% 0.76% -
XYZ 29.14 20.11 17.97 -
YUV 124.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 195 90 113 0 0.54 0.42 0.24 346.86 0.47 0.56
Hex C3 5A 71 0 36 2A 18 15B 2F 38
Octal 303 132 161 0 66 52 30 533 57 70
Binary 11000011 1011010 1110001 0 110110 101010 11000 101011011 101111 111000

Color Harmonies of #C35A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35A71

Black with #C35A71

Text Example


Text Example

White with #C35A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35A71; }

 p { color: rgb(195,90,113); }

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

background-color css

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

 a { background-color: rgb(195,90,113); }

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

border-color css

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

 span { border-color: rgb(195,90,113); }

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