Html Css Color HEX #C34766 Cabaret

📋 copy color: '#C34766'

red 195 ◦ green 71 ◦ blue 102

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

Shades of Cabaret #C34766

Tints of Cabaret #C34766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

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

R = 52.99%
G = 19.29%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C34766 (or 0xC34766) is known color: Cabaret. HEX triplet: C3, 47 and 66. RGB value is (195,71,102). Sum of RGB (Red+Green+Blue) = 195+71+102=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C34766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34766 is #3CB899. Grayscale: #6F6F6F. Windows color (decimal): -3979418 or 6703043. OLE color: 6703043.

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

Color convert

RGB 195 71 102 -
CMYK 0 0.64 0.48 0.24
HSL 345º 0.51% 0.52% -
HSV(B) 345º 0.64% 0.76% -
XYZ 27.16 17.07 14.43 -
YUV 111.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 195 71 102 0 0.64 0.48 0.24 345 0.51 0.52
Hex C3 47 66 0 40 30 18 159 33 34
Octal 303 107 146 0 100 60 30 531 63 64
Binary 11000011 1000111 1100110 0 1000000 110000 11000 101011001 110011 110100

Color Harmonies of #C34766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34766

Black with #C34766

Text Example


Text Example

White with #C34766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34766; }

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

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

background-color css

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

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

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

border-color css

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

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

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