Html Css Color HEX #C2566B Cabaret

📋 copy color: '#C2566B'

red 194 ◦ green 86 ◦ blue 107

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

Shades of Cabaret #C2566B

Tints of Cabaret #C2566B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 50.13%
G = 22.22%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2566B (or 0xC2566B) is known color: Cabaret. HEX triplet: C2, 56 and 6B. RGB value is (194,86,107). Sum of RGB (Red+Green+Blue) = 194+86+107=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2566B is #3DA994. Grayscale: #787878. Windows color (decimal): -4041109 or 7034562. OLE color: 7034562.

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

Color convert

RGB 194 86 107 -
CMYK 0 0.56 0.45 0.24
HSL 348.33º 0.47% 0.55% -
HSV(B) 348.33º 0.56% 0.76% -
XYZ 28.23 19.19 16.13 -
YUV 120.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 194 86 107 0 0.56 0.45 0.24 348.33 0.47 0.55
Hex C2 56 6B 0 38 2D 18 15C 2F 37
Octal 302 126 153 0 70 55 30 534 57 67
Binary 11000010 1010110 1101011 0 111000 101101 11000 101011100 101111 110111

Color Harmonies of #C2566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2566B

Black with #C2566B

Text Example


Text Example

White with #C2566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2566B; }

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

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

background-color css

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

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

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

border-color css

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

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

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