Html Css Color HEX #C34D69 Cabaret

📋 copy color: '#C34D69'

red 195 ◦ green 77 ◦ blue 105

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

Shades of Cabaret #C34D69

Tints of Cabaret #C34D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 51.72%
G = 20.42%
B = 27.85%

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

#C34D69 (or 0xC34D69) is known color: Cabaret. HEX triplet: C3, 4D and 69. RGB value is (195,77,105). Sum of RGB (Red+Green+Blue) = 195+77+105=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D69 is #3CB296. Grayscale: #737373. Windows color (decimal): -3977879 or 6901187. OLE color: 6901187.

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

Color convert

RGB 195 77 105 -
CMYK 0 0.61 0.46 0.24
HSL 345.76º 0.5% 0.53% -
HSV(B) 345.76º 0.61% 0.76% -
XYZ 27.71 17.93 15.36 -
YUV 115.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 195 77 105 0 0.61 0.46 0.24 345.76 0.5 0.53
Hex C3 4D 69 0 3D 2E 18 15A 32 35
Octal 303 115 151 0 75 56 30 532 62 65
Binary 11000011 1001101 1101001 0 111101 101110 11000 101011010 110010 110101

Color Harmonies of #C34D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D69

Black with #C34D69

Text Example


Text Example

White with #C34D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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