Html Css Color HEX #C34568 Cabaret

📋 copy color: '#C34568'

red 195 ◦ green 69 ◦ blue 104

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

Shades of Cabaret #C34568

Tints of Cabaret #C34568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.75%

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

R = 52.99%
G = 18.75%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C34568 (or 0xC34568) is known color: Cabaret. HEX triplet: C3, 45 and 68. RGB value is (195,69,104). Sum of RGB (Red+Green+Blue) = 195+69+104=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C34568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34568 is #3CBA97. Grayscale: #6E6E6E. Windows color (decimal): -3979928 or 6833603. OLE color: 6833603.

HSL color Cylindrical-coordinate representation of color #C34568: hue angle of 343.33º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34568 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 69 104 -
CMYK 0 0.65 0.47 0.24
HSL 343.33º 0.51% 0.52% -
HSV(B) 343.33º 0.65% 0.76% -
XYZ 27.13 16.86 14.92 -
YUV 110.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 195 69 104 0 0.65 0.47 0.24 343.33 0.51 0.52
Hex C3 45 68 0 41 2F 18 157 33 34
Octal 303 105 150 0 101 57 30 527 63 64
Binary 11000011 1000101 1101000 0 1000001 101111 11000 101010111 110011 110100

Color Harmonies of #C34568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34568

Black with #C34568

Text Example


Text Example

White with #C34568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34568; }

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

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

background-color css

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

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

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

border-color css

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

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

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