Html Css Color HEX #C34865 Cabaret

📋 copy color: '#C34865'

red 195 ◦ green 72 ◦ blue 101

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

Shades of Cabaret #C34865

Tints of Cabaret #C34865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 52.99%
G = 19.57%
B = 27.45%

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

#C34865 (or 0xC34865) is known color: Cabaret. HEX triplet: C3, 48 and 65. RGB value is (195,72,101). Sum of RGB (Red+Green+Blue) = 195+72+101=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C34865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34865 is #3CB79A. Grayscale: #707070. Windows color (decimal): -3979163 or 6637763. OLE color: 6637763.

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

Color convert

RGB 195 72 101 -
CMYK 0 0.63 0.48 0.24
HSL 345.85º 0.51% 0.52% -
HSV(B) 345.85º 0.63% 0.76% -
XYZ 27.17 17.18 14.2 -
YUV 112.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 195 72 101 0 0.63 0.48 0.24 345.85 0.51 0.52
Hex C3 48 65 0 3F 30 18 15A 33 34
Octal 303 110 145 0 77 60 30 532 63 64
Binary 11000011 1001000 1100101 0 111111 110000 11000 101011010 110011 110100

Color Harmonies of #C34865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34865

Black with #C34865

Text Example


Text Example

White with #C34865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34865; }

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

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

background-color css

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

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

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

border-color css

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

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

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