Html Css Color HEX #C34E68 Cabaret

📋 copy color: '#C34E68'

red 195 ◦ green 78 ◦ blue 104

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

Shades of Cabaret #C34E68

Tints of Cabaret #C34E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 51.72%
G = 20.69%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C34E68 (or 0xC34E68) is known color: Cabaret. HEX triplet: C3, 4E and 68. RGB value is (195,78,104). Sum of RGB (Red+Green+Blue) = 195+78+104=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E68 is #3CB197. Grayscale: #737373. Windows color (decimal): -3977624 or 6835907. OLE color: 6835907.

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

Color convert

RGB 195 78 104 -
CMYK 0 0.6 0.47 0.24
HSL 346.67º 0.49% 0.54% -
HSV(B) 346.67º 0.6% 0.76% -
XYZ 27.73 18.05 15.12 -
YUV 115.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 195 78 104 0 0.6 0.47 0.24 346.67 0.49 0.54
Hex C3 4E 68 0 3C 2F 18 15B 31 36
Octal 303 116 150 0 74 57 30 533 61 66
Binary 11000011 1001110 1101000 0 111100 101111 11000 101011011 110001 110110

Color Harmonies of #C34E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E68

Black with #C34E68

Text Example


Text Example

White with #C34E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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