Html Css Color HEX #C35F71 Cabaret

📋 copy color: '#C35F71'

red 195 ◦ green 95 ◦ blue 113

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

Shades of Cabaret #C35F71

Tints of Cabaret #C35F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

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

R = 48.39%
G = 23.57%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C35F71 (or 0xC35F71) is known color: Cabaret. HEX triplet: C3, 5F and 71. RGB value is (195,95,113). Sum of RGB (Red+Green+Blue) = 195+95+113=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F71 is #3CA08E. Grayscale: #7E7E7E. Windows color (decimal): -3973263 or 7430083. OLE color: 7430083.

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

Color convert

RGB 195 95 113 -
CMYK 0 0.51 0.42 0.24
HSL 349.2º 0.45% 0.57% -
HSV(B) 349.2º 0.51% 0.76% -
XYZ 29.58 20.98 18.11 -
YUV 126.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 195 95 113 0 0.51 0.42 0.24 349.2 0.45 0.57
Hex C3 5F 71 0 33 2A 18 15D 2D 39
Octal 303 137 161 0 63 52 30 535 55 71
Binary 11000011 1011111 1110001 0 110011 101010 11000 101011101 101101 111001

Color Harmonies of #C35F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F71

Black with #C35F71

Text Example


Text Example

White with #C35F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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