Html Css Color HEX #C2646E Cabaret

📋 copy color: '#C2646E'

red 194 ◦ green 100 ◦ blue 110

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

Shades of Cabaret #C2646E

Tints of Cabaret #C2646E

RGB

 RED value IS 194 (76.17% from 255) = 48.02%

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 110 (43.36% from 255) = 27.23%

R = 48.02%
G = 24.75%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2646E (or 0xC2646E) is known color: Cabaret. HEX triplet: C2, 64 and 6E. RGB value is (194,100,110). Sum of RGB (Red+Green+Blue) = 194+100+110=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2646E is #3D9B91. Grayscale: #818181. Windows color (decimal): -4037522 or 7234754. OLE color: 7234754.

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

Color convert

RGB 194 100 110 -
CMYK 0 0.48 0.43 0.24
HSL 353.62º 0.44% 0.58% -
HSV(B) 353.62º 0.48% 0.76% -
XYZ 29.62 21.71 17.38 -
YUV 129.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 194 100 110 0 0.48 0.43 0.24 353.62 0.44 0.58
Hex C2 64 6E 0 30 2B 18 162 2C 3A
Octal 302 144 156 0 60 53 30 542 54 72
Binary 11000010 1100100 1101110 0 110000 101011 11000 101100010 101100 111010

Color Harmonies of #C2646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2646E

Black with #C2646E

Text Example


Text Example

White with #C2646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2646E; }

 p { color: rgb(194,100,110); }

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

background-color css

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

 a { background-color: rgb(194,100,110); }

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

border-color css

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

 span { border-color: rgb(194,100,110); }

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