Html Css Color HEX #C34E6D Cabaret

📋 copy color: '#C34E6D'

red 195 ◦ green 78 ◦ blue 109

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

Shades of Cabaret #C34E6D

Tints of Cabaret #C34E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.42%

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 51.05%
G = 20.42%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C34E6D (or 0xC34E6D) is known color: Cabaret. HEX triplet: C3, 4E and 6D. RGB value is (195,78,109). Sum of RGB (Red+Green+Blue) = 195+78+109=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E6D is #3CB192. Grayscale: #747474. Windows color (decimal): -3977619 or 7163587. OLE color: 7163587.

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

Color convert

RGB 195 78 109 -
CMYK 0 0.6 0.44 0.24
HSL 344.1º 0.49% 0.54% -
HSV(B) 344.1º 0.6% 0.76% -
XYZ 27.99 18.16 16.5 -
YUV 116.52 123.76 183.98 -
System Red Green Blue C M Y K H S L
Decimal 195 78 109 0 0.6 0.44 0.24 344.1 0.49 0.54
Hex C3 4E 6D 0 3C 2C 18 158 31 36
Octal 303 116 155 0 74 54 30 530 61 66
Binary 11000011 1001110 1101101 0 111100 101100 11000 101011000 110001 110110

Color Harmonies of #C34E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E6D

Black with #C34E6D

Text Example


Text Example

White with #C34E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E6D; }

 p { color: rgb(195,78,109); }

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

background-color css

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

 a { background-color: rgb(195,78,109); }

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

border-color css

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

 span { border-color: rgb(195,78,109); }

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