Html Css Color HEX #C2506A Cabaret

📋 copy color: '#C2506A'

red 194 ◦ green 80 ◦ blue 106

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

Shades of Cabaret #C2506A

Tints of Cabaret #C2506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 51.05%
G = 21.05%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2506A (or 0xC2506A) is known color: Cabaret. HEX triplet: C2, 50 and 6A. RGB value is (194,80,106). Sum of RGB (Red+Green+Blue) = 194+80+106=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C2506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2506A is #3DAF95. Grayscale: #757575. Windows color (decimal): -4042646 or 6967490. OLE color: 6967490.

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

Color convert

RGB 194 80 106 -
CMYK 0 0.59 0.45 0.24
HSL 346.32º 0.48% 0.54% -
HSV(B) 346.32º 0.59% 0.76% -
XYZ 27.72 18.25 15.7 -
YUV 117.05 121.77 182.89 -
System Red Green Blue C M Y K H S L
Decimal 194 80 106 0 0.59 0.45 0.24 346.32 0.48 0.54
Hex C2 50 6A 0 3B 2D 18 15A 30 36
Octal 302 120 152 0 73 55 30 532 60 66
Binary 11000010 1010000 1101010 0 111011 101101 11000 101011010 110000 110110

Color Harmonies of #C2506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2506A

Black with #C2506A

Text Example


Text Example

White with #C2506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2506A; }

 p { color: rgb(194,80,106); }

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

background-color css

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

 a { background-color: rgb(194,80,106); }

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

border-color css

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

 span { border-color: rgb(194,80,106); }

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