Html Css Color HEX #C35174 Cabaret

📋 copy color: '#C35174'

red 195 ◦ green 81 ◦ blue 116

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

Shades of Cabaret #C35174

Tints of Cabaret #C35174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.66%

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

R = 49.74%
G = 20.66%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C35174 (or 0xC35174) is known color: Cabaret. HEX triplet: C3, 51 and 74. RGB value is (195,81,116). Sum of RGB (Red+Green+Blue) = 195+81+116=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C35174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35174 is #3CAE8B. Grayscale: #777777. Windows color (decimal): -3976844 or 7623107. OLE color: 7623107.

HSL color Cylindrical-coordinate representation of color #C35174: hue angle of 341.58º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35174 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 116 -
CMYK 0 0.58 0.41 0.24
HSL 341.58º 0.49% 0.54% -
HSV(B) 341.58º 0.58% 0.76% -
XYZ 28.6 18.75 18.63 -
YUV 119.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 195 81 116 0 0.58 0.41 0.24 341.58 0.49 0.54
Hex C3 51 74 0 3A 29 18 156 31 36
Octal 303 121 164 0 72 51 30 526 61 66
Binary 11000011 1010001 1110100 0 111010 101001 11000 101010110 110001 110110

Color Harmonies of #C35174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35174

Black with #C35174

Text Example


Text Example

White with #C35174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35174; }

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

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

background-color css

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

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

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

border-color css

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

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

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