Html Css Color HEX #C35971 Cabaret

📋 copy color: '#C35971'

red 195 ◦ green 89 ◦ blue 113

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

Shades of Cabaret #C35971

Tints of Cabaret #C35971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.42%

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

R = 49.12%
G = 22.42%
B = 28.46%

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

#C35971 (or 0xC35971) is known color: Cabaret. HEX triplet: C3, 59 and 71. RGB value is (195,89,113). Sum of RGB (Red+Green+Blue) = 195+89+113=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C35971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35971 is #3CA68E. Grayscale: #7B7B7B. Windows color (decimal): -3974799 or 7428547. OLE color: 7428547.

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

Color convert

RGB 195 89 113 -
CMYK 0 0.54 0.42 0.24
HSL 346.42º 0.47% 0.56% -
HSV(B) 346.42º 0.54% 0.76% -
XYZ 29.06 19.94 17.94 -
YUV 123.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 195 89 113 0 0.54 0.42 0.24 346.42 0.47 0.56
Hex C3 59 71 0 36 2A 18 15A 2F 38
Octal 303 131 161 0 66 52 30 532 57 70
Binary 11000011 1011001 1110001 0 110110 101010 11000 101011010 101111 111000

Color Harmonies of #C35971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35971

Black with #C35971

Text Example


Text Example

White with #C35971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35971; }

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

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

background-color css

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

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

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

border-color css

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

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

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