Html Css Color HEX #C34F71 Cabaret

📋 copy color: '#C34F71'

red 195 ◦ green 79 ◦ blue 113

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

Shades of Cabaret #C34F71

Tints of Cabaret #C34F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

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

R = 50.39%
G = 20.41%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C34F71 (or 0xC34F71) is known color: Cabaret. HEX triplet: C3, 4F and 71. RGB value is (195,79,113). Sum of RGB (Red+Green+Blue) = 195+79+113=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F71 is #3CB08E. Grayscale: #757575. Windows color (decimal): -3977359 or 7425987. OLE color: 7425987.

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

Color convert

RGB 195 79 113 -
CMYK 0 0.59 0.42 0.24
HSL 342.41º 0.49% 0.54% -
HSV(B) 342.41º 0.59% 0.76% -
XYZ 28.28 18.39 17.68 -
YUV 117.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 195 79 113 0 0.59 0.42 0.24 342.41 0.49 0.54
Hex C3 4F 71 0 3B 2A 18 156 31 36
Octal 303 117 161 0 73 52 30 526 61 66
Binary 11000011 1001111 1110001 0 111011 101010 11000 101010110 110001 110110

Color Harmonies of #C34F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34F71

Black with #C34F71

Text Example


Text Example

White with #C34F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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