Html Css Color HEX #C2486B Cabaret

📋 copy color: '#C2486B'

red 194 ◦ green 72 ◦ blue 107

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

Shades of Cabaret #C2486B

Tints of Cabaret #C2486B

RGB

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

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

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

R = 52.01%
G = 19.3%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2486B (or 0xC2486B) is known color: Cabaret. HEX triplet: C2, 48 and 6B. RGB value is (194,72,107). Sum of RGB (Red+Green+Blue) = 194+72+107=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2486B is #3DB794. Grayscale: #707070. Windows color (decimal): -4044693 or 7030978. OLE color: 7030978.

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

Color convert

RGB 194 72 107 -
CMYK 0 0.63 0.45 0.24
HSL 342.79º 0.5% 0.52% -
HSV(B) 342.79º 0.63% 0.76% -
XYZ 27.22 17.17 15.79 -
YUV 112.47 124.92 186.15 -
System Red Green Blue C M Y K H S L
Decimal 194 72 107 0 0.63 0.45 0.24 342.79 0.5 0.52
Hex C2 48 6B 0 3F 2D 18 157 32 34
Octal 302 110 153 0 77 55 30 527 62 64
Binary 11000010 1001000 1101011 0 111111 101101 11000 101010111 110010 110100

Color Harmonies of #C2486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2486B

Black with #C2486B

Text Example


Text Example

White with #C2486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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