Html Css Color HEX #C34E62 Cabaret

📋 copy color: '#C34E62'

red 195 ◦ green 78 ◦ blue 98

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

Shades of Cabaret #C34E62

Tints of Cabaret #C34E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.42%

R = 52.56%
G = 21.02%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C34E62 (or 0xC34E62) is known color: Cabaret. HEX triplet: C3, 4E and 62. RGB value is (195,78,98). Sum of RGB (Red+Green+Blue) = 195+78+98=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E62 is #3CB19D. Grayscale: #737373. Windows color (decimal): -3977630 or 6442691. OLE color: 6442691.

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

Color convert

RGB 195 78 98 -
CMYK 0 0.6 0.50 0.24
HSL 349.74º 0.49% 0.54% -
HSV(B) 349.74º 0.6% 0.76% -
XYZ 27.43 17.93 13.57 -
YUV 115.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 195 78 98 0 0.6 0.50 0.24 349.74 0.49 0.54
Hex C3 4E 62 0 3C 32 18 15E 31 36
Octal 303 116 142 0 74 62 30 536 61 66
Binary 11000011 1001110 1100010 0 111100 110010 11000 101011110 110001 110110

Color Harmonies of #C34E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E62

Black with #C34E62

Text Example


Text Example

White with #C34E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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