Html Css Color HEX #C2566D Cabaret

📋 copy color: '#C2566D'

red 194 ◦ green 86 ◦ blue 109

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

Shades of Cabaret #C2566D

Tints of Cabaret #C2566D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.11%

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 49.87%
G = 22.11%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2566D (or 0xC2566D) is known color: Cabaret. HEX triplet: C2, 56 and 6D. RGB value is (194,86,109). Sum of RGB (Red+Green+Blue) = 194+86+109=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2566D is #3DA992. Grayscale: #787878. Windows color (decimal): -4041107 or 7165634. OLE color: 7165634.

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

Color convert

RGB 194 86 109 -
CMYK 0 0.56 0.44 0.24
HSL 347.22º 0.47% 0.55% -
HSV(B) 347.22º 0.56% 0.76% -
XYZ 28.34 19.23 16.69 -
YUV 120.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 194 86 109 0 0.56 0.44 0.24 347.22 0.47 0.55
Hex C2 56 6D 0 38 2C 18 15B 2F 37
Octal 302 126 155 0 70 54 30 533 57 67
Binary 11000010 1010110 1101101 0 111000 101100 11000 101011011 101111 110111

Color Harmonies of #C2566D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2566D

Black with #C2566D

Text Example


Text Example

White with #C2566D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2566D; }

 p { color: rgb(194,86,109); }

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

background-color css

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

 a { background-color: rgb(194,86,109); }

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

border-color css

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

 span { border-color: rgb(194,86,109); }

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