Html Css Color HEX #C34D6A Cabaret

📋 copy color: '#C34D6A'

red 195 ◦ green 77 ◦ blue 106

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

Shades of Cabaret #C34D6A

Tints of Cabaret #C34D6A

RGB

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

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

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

R = 51.59%
G = 20.37%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C34D6A (or 0xC34D6A) is known color: Cabaret. HEX triplet: C3, 4D and 6A. RGB value is (195,77,106). Sum of RGB (Red+Green+Blue) = 195+77+106=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D6A is #3CB295. Grayscale: #737373. Windows color (decimal): -3977878 or 6966723. OLE color: 6966723.

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

Color convert

RGB 195 77 106 -
CMYK 0 0.61 0.46 0.24
HSL 345.25º 0.5% 0.53% -
HSV(B) 345.25º 0.61% 0.76% -
XYZ 27.76 17.95 15.64 -
YUV 115.59 122.59 184.64 -
System Red Green Blue C M Y K H S L
Decimal 195 77 106 0 0.61 0.46 0.24 345.25 0.5 0.53
Hex C3 4D 6A 0 3D 2E 18 159 32 35
Octal 303 115 152 0 75 56 30 531 62 65
Binary 11000011 1001101 1101010 0 111101 101110 11000 101011001 110010 110101

Color Harmonies of #C34D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D6A

Black with #C34D6A

Text Example


Text Example

White with #C34D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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