Html Css Color HEX #C34866 Cabaret

📋 copy color: '#C34866'

red 195 ◦ green 72 ◦ blue 102

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

Shades of Cabaret #C34866

Tints of Cabaret #C34866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.51%

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 52.85%
G = 19.51%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C34866 (or 0xC34866) is known color: Cabaret. HEX triplet: C3, 48 and 66. RGB value is (195,72,102). Sum of RGB (Red+Green+Blue) = 195+72+102=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C34866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34866 is #3CB799. Grayscale: #707070. Windows color (decimal): -3979162 or 6703299. OLE color: 6703299.

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

Color convert

RGB 195 72 102 -
CMYK 0 0.63 0.48 0.24
HSL 345.37º 0.51% 0.52% -
HSV(B) 345.37º 0.63% 0.76% -
XYZ 27.22 17.2 14.45 -
YUV 112.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 195 72 102 0 0.63 0.48 0.24 345.37 0.51 0.52
Hex C3 48 66 0 3F 30 18 159 33 34
Octal 303 110 146 0 77 60 30 531 63 64
Binary 11000011 1001000 1100110 0 111111 110000 11000 101011001 110011 110100

Color Harmonies of #C34866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34866

Black with #C34866

Text Example


Text Example

White with #C34866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34866; }

 p { color: rgb(195,72,102); }

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

background-color css

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

 a { background-color: rgb(195,72,102); }

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

border-color css

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

 span { border-color: rgb(195,72,102); }

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