Html Css Color HEX #C2506D Cabaret

📋 copy color: '#C2506D'

red 194 ◦ green 80 ◦ blue 109

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

Shades of Cabaret #C2506D

Tints of Cabaret #C2506D

RGB

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

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

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

R = 50.65%
G = 20.89%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2506D (or 0xC2506D) is known color: Cabaret. HEX triplet: C2, 50 and 6D. RGB value is (194,80,109). Sum of RGB (Red+Green+Blue) = 194+80+109=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2506D is #3DAF92. Grayscale: #757575. Windows color (decimal): -4042643 or 7164098. OLE color: 7164098.

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

Color convert

RGB 194 80 109 -
CMYK 0 0.59 0.44 0.24
HSL 344.74º 0.48% 0.54% -
HSV(B) 344.74º 0.59% 0.76% -
XYZ 27.88 18.31 16.53 -
YUV 117.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 194 80 109 0 0.59 0.44 0.24 344.74 0.48 0.54
Hex C2 50 6D 0 3B 2C 18 159 30 36
Octal 302 120 155 0 73 54 30 531 60 66
Binary 11000010 1010000 1101101 0 111011 101100 11000 101011001 110000 110110

Color Harmonies of #C2506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2506D

Black with #C2506D

Text Example


Text Example

White with #C2506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2506D; }

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

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

background-color css

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

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

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

border-color css

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

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

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