Html Css Color HEX #C25070 Cabaret

📋 copy color: '#C25070'

red 194 ◦ green 80 ◦ blue 112

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

Shades of Cabaret #C25070

Tints of Cabaret #C25070

RGB

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

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

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

R = 50.26%
G = 20.73%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C25070 (or 0xC25070) is known color: Cabaret. HEX triplet: C2, 50 and 70. RGB value is (194,80,112). Sum of RGB (Red+Green+Blue) = 194+80+112=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C25070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25070 is #3DAF8F. Grayscale: #757575. Windows color (decimal): -4042640 or 7360706. OLE color: 7360706.

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

Color convert

RGB 194 80 112 -
CMYK 0 0.59 0.42 0.24
HSL 343.16º 0.48% 0.54% -
HSV(B) 343.16º 0.59% 0.76% -
XYZ 28.04 18.38 17.4 -
YUV 117.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 194 80 112 0 0.59 0.42 0.24 343.16 0.48 0.54
Hex C2 50 70 0 3B 2A 18 157 30 36
Octal 302 120 160 0 73 52 30 527 60 66
Binary 11000010 1010000 1110000 0 111011 101010 11000 101010111 110000 110110

Color Harmonies of #C25070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25070

Black with #C25070

Text Example


Text Example

White with #C25070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25070; }

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

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

background-color css

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

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

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

border-color css

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

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

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