Html Css Color HEX #C34963 Cabaret

📋 copy color: '#C34963'

red 195 ◦ green 73 ◦ blue 99

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

Shades of Cabaret #C34963

Tints of Cabaret #C34963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.89%

 BLUE value IS 99 (39.06% from 255) = 26.98%

R = 53.13%
G = 19.89%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C34963 (or 0xC34963) is known color: Cabaret. HEX triplet: C3, 49 and 63. RGB value is (195,73,99). Sum of RGB (Red+Green+Blue) = 195+73+99=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C34963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34963 is #3CB69C. Grayscale: #707070. Windows color (decimal): -3978909 or 6506947. OLE color: 6506947.

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

Color convert

RGB 195 73 99 -
CMYK 0 0.63 0.49 0.24
HSL 347.21º 0.5% 0.53% -
HSV(B) 347.21º 0.63% 0.76% -
XYZ 27.14 17.27 13.71 -
YUV 112.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 195 73 99 0 0.63 0.49 0.24 347.21 0.5 0.53
Hex C3 49 63 0 3F 31 18 15B 32 35
Octal 303 111 143 0 77 61 30 533 62 65
Binary 11000011 1001001 1100011 0 111111 110001 11000 101011011 110010 110101

Color Harmonies of #C34963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34963

Black with #C34963

Text Example


Text Example

White with #C34963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34963; }

 p { color: rgb(195,73,99); }

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

background-color css

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

 a { background-color: rgb(195,73,99); }

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

border-color css

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

 span { border-color: rgb(195,73,99); }

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