Html Css Color HEX #C25172 Cabaret

📋 copy color: '#C25172'

red 194 ◦ green 81 ◦ blue 114

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

Shades of Cabaret #C25172

Tints of Cabaret #C25172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.82%

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 49.87%
G = 20.82%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C25172 (or 0xC25172) is known color: Cabaret. HEX triplet: C2, 51 and 72. RGB value is (194,81,114). Sum of RGB (Red+Green+Blue) = 194+81+114=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C25172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25172 is #3DAE8D. Grayscale: #767676. Windows color (decimal): -4042382 or 7492034. OLE color: 7492034.

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

Color convert

RGB 194 81 114 -
CMYK 0 0.58 0.41 0.24
HSL 342.48º 0.48% 0.54% -
HSV(B) 342.48º 0.58% 0.76% -
XYZ 28.23 18.57 18.02 -
YUV 118.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 194 81 114 0 0.58 0.41 0.24 342.48 0.48 0.54
Hex C2 51 72 0 3A 29 18 156 30 36
Octal 302 121 162 0 72 51 30 526 60 66
Binary 11000010 1010001 1110010 0 111010 101001 11000 101010110 110000 110110

Color Harmonies of #C25172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25172

Black with #C25172

Text Example


Text Example

White with #C25172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25172; }

 p { color: rgb(194,81,114); }

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

background-color css

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

 a { background-color: rgb(194,81,114); }

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

border-color css

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

 span { border-color: rgb(194,81,114); }

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