Html Css Color HEX #C34968 Cabaret

📋 copy color: '#C34968'

red 195 ◦ green 73 ◦ blue 104

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

Shades of Cabaret #C34968

Tints of Cabaret #C34968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 52.42%
G = 19.62%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C34968 (or 0xC34968) is known color: Cabaret. HEX triplet: C3, 49 and 68. RGB value is (195,73,104). Sum of RGB (Red+Green+Blue) = 195+73+104=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C34968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34968 is #3CB697. Grayscale: #717171. Windows color (decimal): -3978904 or 6834627. OLE color: 6834627.

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

Color convert

RGB 195 73 104 -
CMYK 0 0.63 0.47 0.24
HSL 344.75º 0.5% 0.53% -
HSV(B) 344.75º 0.63% 0.76% -
XYZ 27.39 17.37 15.01 -
YUV 113.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 195 73 104 0 0.63 0.47 0.24 344.75 0.5 0.53
Hex C3 49 68 0 3F 2F 18 159 32 35
Octal 303 111 150 0 77 57 30 531 62 65
Binary 11000011 1001001 1101000 0 111111 101111 11000 101011001 110010 110101

Color Harmonies of #C34968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34968

Black with #C34968

Text Example


Text Example

White with #C34968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34968; }

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

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

background-color css

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

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

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

border-color css

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

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

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