Html Css Color HEX #C34A64 Cabaret

📋 copy color: '#C34A64'

red 195 ◦ green 74 ◦ blue 100

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

Shades of Cabaret #C34A64

Tints of Cabaret #C34A64

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.05%

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 52.85%
G = 20.05%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C34A64 (or 0xC34A64) is known color: Cabaret. HEX triplet: C3, 4A and 64. RGB value is (195,74,100). Sum of RGB (Red+Green+Blue) = 195+74+100=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A64 is #3CB59B. Grayscale: #717171. Windows color (decimal): -3978652 or 6572739. OLE color: 6572739.

HSL color Cylindrical-coordinate representation of color #C34A64: hue angle of 347.11º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34A64 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 74 100 -
CMYK 0 0.62 0.49 0.24
HSL 347.11º 0.5% 0.53% -
HSV(B) 347.11º 0.62% 0.76% -
XYZ 27.25 17.42 13.98 -
YUV 113.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 195 74 100 0 0.62 0.49 0.24 347.11 0.5 0.53
Hex C3 4A 64 0 3E 31 18 15B 32 35
Octal 303 112 144 0 76 61 30 533 62 65
Binary 11000011 1001010 1100100 0 111110 110001 11000 101011011 110010 110101

Color Harmonies of #C34A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34A64

Black with #C34A64

Text Example


Text Example

White with #C34A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34A64; }

 p { color: rgb(195,74,100); }

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

background-color css

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

 a { background-color: rgb(195,74,100); }

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

border-color css

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

 span { border-color: rgb(195,74,100); }

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