Html Css Color HEX #C35973 Cabaret

📋 copy color: '#C35973'

red 195 ◦ green 89 ◦ blue 115

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

Shades of Cabaret #C35973

Tints of Cabaret #C35973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.82%

R = 48.87%
G = 22.31%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C35973 (or 0xC35973) is known color: Cabaret. HEX triplet: C3, 59 and 73. RGB value is (195,89,115). Sum of RGB (Red+Green+Blue) = 195+89+115=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C35973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35973 is #3CA68C. Grayscale: #7B7B7B. Windows color (decimal): -3974797 or 7559619. OLE color: 7559619.

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

Color convert

RGB 195 89 115 -
CMYK 0 0.54 0.41 0.24
HSL 345.28º 0.47% 0.56% -
HSV(B) 345.28º 0.54% 0.76% -
XYZ 29.17 19.98 18.54 -
YUV 123.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 195 89 115 0 0.54 0.41 0.24 345.28 0.47 0.56
Hex C3 59 73 0 36 29 18 159 2F 38
Octal 303 131 163 0 66 51 30 531 57 70
Binary 11000011 1011001 1110011 0 110110 101001 11000 101011001 101111 111000

Color Harmonies of #C35973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35973

Black with #C35973

Text Example


Text Example

White with #C35973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35973; }

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

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

background-color css

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

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

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

border-color css

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

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

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