Html Css Color HEX #C34D70 Cabaret

📋 copy color: '#C34D70'

red 195 ◦ green 77 ◦ blue 112

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

Shades of Cabaret #C34D70

Tints of Cabaret #C34D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 50.78%
G = 20.05%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C34D70 (or 0xC34D70) is known color: Cabaret. HEX triplet: C3, 4D and 70. RGB value is (195,77,112). Sum of RGB (Red+Green+Blue) = 195+77+112=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D70 is #3CB28F. Grayscale: #747474. Windows color (decimal): -3977872 or 7359939. OLE color: 7359939.

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

Color convert

RGB 195 77 112 -
CMYK 0 0.61 0.43 0.24
HSL 342.2º 0.5% 0.53% -
HSV(B) 342.2º 0.61% 0.76% -
XYZ 28.08 18.08 17.34 -
YUV 116.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 195 77 112 0 0.61 0.43 0.24 342.2 0.5 0.53
Hex C3 4D 70 0 3D 2B 18 156 32 35
Octal 303 115 160 0 75 53 30 526 62 65
Binary 11000011 1001101 1110000 0 111101 101011 11000 101010110 110010 110101

Color Harmonies of #C34D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D70

Black with #C34D70

Text Example


Text Example

White with #C34D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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