Html Css Color HEX #C35F73 Cabaret

📋 copy color: '#C35F73'

red 195 ◦ green 95 ◦ blue 115

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

Shades of Cabaret #C35F73

Tints of Cabaret #C35F73

RGB

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

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

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

R = 48.15%
G = 23.46%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C35F73 (or 0xC35F73) is known color: Cabaret. HEX triplet: C3, 5F and 73. RGB value is (195,95,115). Sum of RGB (Red+Green+Blue) = 195+95+115=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F73 is #3CA08C. Grayscale: #7F7F7F. Windows color (decimal): -3973261 or 7561155. OLE color: 7561155.

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

Color convert

RGB 195 95 115 -
CMYK 0 0.51 0.41 0.24
HSL 348º 0.45% 0.57% -
HSV(B) 348º 0.51% 0.76% -
XYZ 29.69 21.02 18.71 -
YUV 127.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 195 95 115 0 0.51 0.41 0.24 348 0.45 0.57
Hex C3 5F 73 0 33 29 18 15C 2D 39
Octal 303 137 163 0 63 51 30 534 55 71
Binary 11000011 1011111 1110011 0 110011 101001 11000 101011100 101101 111001

Color Harmonies of #C35F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F73

Black with #C35F73

Text Example


Text Example

White with #C35F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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