Html Css Color HEX #C25571 Cabaret

📋 copy color: '#C25571'

red 194 ◦ green 85 ◦ blue 113

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

Shades of Cabaret #C25571

Tints of Cabaret #C25571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 49.49%
G = 21.68%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C25571 (or 0xC25571) is known color: Cabaret. HEX triplet: C2, 55 and 71. RGB value is (194,85,113). Sum of RGB (Red+Green+Blue) = 194+85+113=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C25571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25571 is #3DAA8E. Grayscale: #787878. Windows color (decimal): -4041359 or 7427522. OLE color: 7427522.

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

Color convert

RGB 194 85 113 -
CMYK 0 0.56 0.42 0.24
HSL 344.59º 0.47% 0.55% -
HSV(B) 344.59º 0.56% 0.76% -
XYZ 28.48 19.16 17.82 -
YUV 120.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 194 85 113 0 0.56 0.42 0.24 344.59 0.47 0.55
Hex C2 55 71 0 38 2A 18 159 2F 37
Octal 302 125 161 0 70 52 30 531 57 67
Binary 11000010 1010101 1110001 0 111000 101010 11000 101011001 101111 110111

Color Harmonies of #C25571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25571

Black with #C25571

Text Example


Text Example

White with #C25571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25571; }

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

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

background-color css

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

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

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

border-color css

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

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

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