Html Css Color HEX #C34C6E Cabaret

📋 copy color: '#C34C6E'

red 195 ◦ green 76 ◦ blue 110

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

Shades of Cabaret #C34C6E

Tints of Cabaret #C34C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 51.18%
G = 19.95%
B = 28.87%

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

#C34C6E (or 0xC34C6E) is known color: Cabaret. HEX triplet: C3, 4C and 6E. RGB value is (195,76,110). Sum of RGB (Red+Green+Blue) = 195+76+110=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C6E is #3CB391. Grayscale: #737373. Windows color (decimal): -3978130 or 7228611. OLE color: 7228611.

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

Color convert

RGB 195 76 110 -
CMYK 0 0.61 0.44 0.24
HSL 342.86º 0.5% 0.53% -
HSV(B) 342.86º 0.61% 0.76% -
XYZ 27.9 17.9 16.74 -
YUV 115.46 124.92 184.74 -
System Red Green Blue C M Y K H S L
Decimal 195 76 110 0 0.61 0.44 0.24 342.86 0.5 0.53
Hex C3 4C 6E 0 3D 2C 18 157 32 35
Octal 303 114 156 0 75 54 30 527 62 65
Binary 11000011 1001100 1101110 0 111101 101100 11000 101010111 110010 110101

Color Harmonies of #C34C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C6E

Black with #C34C6E

Text Example


Text Example

White with #C34C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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