Html Css Color HEX #C2506F Cabaret

📋 copy color: '#C2506F'

red 194 ◦ green 80 ◦ blue 111

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

Shades of Cabaret #C2506F

Tints of Cabaret #C2506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 50.39%
G = 20.78%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2506F (or 0xC2506F) is known color: Cabaret. HEX triplet: C2, 50 and 6F. RGB value is (194,80,111). Sum of RGB (Red+Green+Blue) = 194+80+111=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2506F is #3DAF90. Grayscale: #757575. Windows color (decimal): -4042641 or 7295170. OLE color: 7295170.

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

Color convert

RGB 194 80 111 -
CMYK 0 0.59 0.43 0.24
HSL 343.68º 0.48% 0.54% -
HSV(B) 343.68º 0.59% 0.76% -
XYZ 27.99 18.35 17.11 -
YUV 117.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 194 80 111 0 0.59 0.43 0.24 343.68 0.48 0.54
Hex C2 50 6F 0 3B 2B 18 158 30 36
Octal 302 120 157 0 73 53 30 530 60 66
Binary 11000010 1010000 1101111 0 111011 101011 11000 101011000 110000 110110

Color Harmonies of #C2506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2506F

Black with #C2506F

Text Example


Text Example

White with #C2506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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