Html Css Color HEX #C34D6E Cabaret

📋 copy color: '#C34D6E'

red 195 ◦ green 77 ◦ blue 110

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

Shades of Cabaret #C34D6E

Tints of Cabaret #C34D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 51.05%
G = 20.16%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C34D6E (or 0xC34D6E) is known color: Cabaret. HEX triplet: C3, 4D and 6E. RGB value is (195,77,110). Sum of RGB (Red+Green+Blue) = 195+77+110=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D6E is #3CB291. Grayscale: #747474. Windows color (decimal): -3977874 or 7228867. OLE color: 7228867.

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

Color convert

RGB 195 77 110 -
CMYK 0 0.61 0.44 0.24
HSL 343.22º 0.5% 0.53% -
HSV(B) 343.22º 0.61% 0.76% -
XYZ 27.97 18.04 16.76 -
YUV 116.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 195 77 110 0 0.61 0.44 0.24 343.22 0.5 0.53
Hex C3 4D 6E 0 3D 2C 18 157 32 35
Octal 303 115 156 0 75 54 30 527 62 65
Binary 11000011 1001101 1101110 0 111101 101100 11000 101010111 110010 110101

Color Harmonies of #C34D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D6E

Black with #C34D6E

Text Example


Text Example

White with #C34D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D6E; }

 p { color: rgb(195,77,110); }

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

background-color css

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

 a { background-color: rgb(195,77,110); }

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

border-color css

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

 span { border-color: rgb(195,77,110); }

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