Html Css Color HEX #C25573 Cabaret

📋 copy color: '#C25573'

red 194 ◦ green 85 ◦ blue 115

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

Shades of Cabaret #C25573

Tints of Cabaret #C25573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.57%

 BLUE value IS 115 (45.31% from 255) = 29.19%

R = 49.24%
G = 21.57%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C25573 (or 0xC25573) is known color: Cabaret. HEX triplet: C2, 55 and 73. RGB value is (194,85,115). Sum of RGB (Red+Green+Blue) = 194+85+115=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C25573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25573 is #3DAA8C. Grayscale: #797979. Windows color (decimal): -4041357 or 7558594. OLE color: 7558594.

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

Color convert

RGB 194 85 115 -
CMYK 0 0.56 0.41 0.24
HSL 343.49º 0.47% 0.55% -
HSV(B) 343.49º 0.56% 0.76% -
XYZ 28.59 19.2 18.42 -
YUV 121.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 194 85 115 0 0.56 0.41 0.24 343.49 0.47 0.55
Hex C2 55 73 0 38 29 18 157 2F 37
Octal 302 125 163 0 70 51 30 527 57 67
Binary 11000010 1010101 1110011 0 111000 101001 11000 101010111 101111 110111

Color Harmonies of #C25573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25573

Black with #C25573

Text Example


Text Example

White with #C25573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25573; }

 p { color: rgb(194,85,115); }

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

background-color css

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

 a { background-color: rgb(194,85,115); }

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

border-color css

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

 span { border-color: rgb(194,85,115); }

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