Html Css Color HEX #C25170 Cabaret

📋 copy color: '#C25170'

red 194 ◦ green 81 ◦ blue 112

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

Shades of Cabaret #C25170

Tints of Cabaret #C25170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.94%

R = 50.13%
G = 20.93%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C25170 (or 0xC25170) is known color: Cabaret. HEX triplet: C2, 51 and 70. RGB value is (194,81,112). Sum of RGB (Red+Green+Blue) = 194+81+112=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C25170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25170 is #3DAE8F. Grayscale: #767676. Windows color (decimal): -4042384 or 7360962. OLE color: 7360962.

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

Color convert

RGB 194 81 112 -
CMYK 0 0.58 0.42 0.24
HSL 343.54º 0.48% 0.54% -
HSV(B) 343.54º 0.58% 0.76% -
XYZ 28.12 18.52 17.42 -
YUV 118.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 194 81 112 0 0.58 0.42 0.24 343.54 0.48 0.54
Hex C2 51 70 0 3A 2A 18 158 30 36
Octal 302 121 160 0 72 52 30 530 60 66
Binary 11000010 1010001 1110000 0 111010 101010 11000 101011000 110000 110110

Color Harmonies of #C25170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25170

Black with #C25170

Text Example


Text Example

White with #C25170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25170; }

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

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

background-color css

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

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

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

border-color css

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

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

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