Html Css Color HEX #C35F74 Cabaret

📋 copy color: '#C35F74'

red 195 ◦ green 95 ◦ blue 116

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

Shades of Cabaret #C35F74

Tints of Cabaret #C35F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 48.03%
G = 23.4%
B = 28.57%

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

#C35F74 (or 0xC35F74) is known color: Cabaret. HEX triplet: C3, 5F and 74. RGB value is (195,95,116). Sum of RGB (Red+Green+Blue) = 195+95+116=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F74 is #3CA08B. Grayscale: #7F7F7F. Windows color (decimal): -3973260 or 7626691. OLE color: 7626691.

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

Color convert

RGB 195 95 116 -
CMYK 0 0.51 0.41 0.24
HSL 347.4º 0.45% 0.57% -
HSV(B) 347.4º 0.51% 0.76% -
XYZ 29.75 21.05 19.02 -
YUV 127.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 195 95 116 0 0.51 0.41 0.24 347.4 0.45 0.57
Hex C3 5F 74 0 33 29 18 15B 2D 39
Octal 303 137 164 0 63 51 30 533 55 71
Binary 11000011 1011111 1110100 0 110011 101001 11000 101011011 101101 111001

Color Harmonies of #C35F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F74

Black with #C35F74

Text Example


Text Example

White with #C35F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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