Html Css Color HEX #C34E6A Cabaret

📋 copy color: '#C34E6A'

red 195 ◦ green 78 ◦ blue 106

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

Shades of Cabaret #C34E6A

Tints of Cabaret #C34E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.97%

R = 51.45%
G = 20.58%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C34E6A (or 0xC34E6A) is known color: Cabaret. HEX triplet: C3, 4E and 6A. RGB value is (195,78,106). Sum of RGB (Red+Green+Blue) = 195+78+106=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E6A is #3CB195. Grayscale: #747474. Windows color (decimal): -3977622 or 6966979. OLE color: 6966979.

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

Color convert

RGB 195 78 106 -
CMYK 0 0.6 0.46 0.24
HSL 345.64º 0.49% 0.54% -
HSV(B) 345.64º 0.6% 0.76% -
XYZ 27.83 18.09 15.66 -
YUV 116.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 195 78 106 0 0.6 0.46 0.24 345.64 0.49 0.54
Hex C3 4E 6A 0 3C 2E 18 15A 31 36
Octal 303 116 152 0 74 56 30 532 61 66
Binary 11000011 1001110 1101010 0 111100 101110 11000 101011010 110001 110110

Color Harmonies of #C34E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E6A

Black with #C34E6A

Text Example


Text Example

White with #C34E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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