Html Css Color HEX #C34E63 Cabaret

📋 copy color: '#C34E63'

red 195 ◦ green 78 ◦ blue 99

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

Shades of Cabaret #C34E63

Tints of Cabaret #C34E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.61%

R = 52.42%
G = 20.97%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C34E63 (or 0xC34E63) is known color: Cabaret. HEX triplet: C3, 4E and 63. RGB value is (195,78,99). Sum of RGB (Red+Green+Blue) = 195+78+99=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E63 is #3CB19C. Grayscale: #737373. Windows color (decimal): -3977629 or 6508227. OLE color: 6508227.

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

Color convert

RGB 195 78 99 -
CMYK 0 0.6 0.49 0.24
HSL 349.23º 0.49% 0.54% -
HSV(B) 349.23º 0.6% 0.76% -
XYZ 27.48 17.95 13.82 -
YUV 115.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 195 78 99 0 0.6 0.49 0.24 349.23 0.49 0.54
Hex C3 4E 63 0 3C 31 18 15D 31 36
Octal 303 116 143 0 74 61 30 535 61 66
Binary 11000011 1001110 1100011 0 111100 110001 11000 101011101 110001 110110

Color Harmonies of #C34E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E63

Black with #C34E63

Text Example


Text Example

White with #C34E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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