Html Css Color HEX #C34C70 Cabaret

📋 copy color: '#C34C70'

red 195 ◦ green 76 ◦ blue 112

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

Shades of Cabaret #C34C70

Tints of Cabaret #C34C70

RGB

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

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

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

R = 50.91%
G = 19.84%
B = 29.24%

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

#C34C70 (or 0xC34C70) is known color: Cabaret. HEX triplet: C3, 4C and 70. RGB value is (195,76,112). Sum of RGB (Red+Green+Blue) = 195+76+112=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C70 is #3CB38F. Grayscale: #737373. Windows color (decimal): -3978128 or 7359683. OLE color: 7359683.

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

Color convert

RGB 195 76 112 -
CMYK 0 0.61 0.43 0.24
HSL 341.85º 0.5% 0.53% -
HSV(B) 341.85º 0.61% 0.76% -
XYZ 28.01 17.94 17.32 -
YUV 115.69 125.92 184.57 -
System Red Green Blue C M Y K H S L
Decimal 195 76 112 0 0.61 0.43 0.24 341.85 0.5 0.53
Hex C3 4C 70 0 3D 2B 18 156 32 35
Octal 303 114 160 0 75 53 30 526 62 65
Binary 11000011 1001100 1110000 0 111101 101011 11000 101010110 110010 110101

Color Harmonies of #C34C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C70

Black with #C34C70

Text Example


Text Example

White with #C34C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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