Html Css Color HEX #C25871 Cabaret

📋 copy color: '#C25871'

red 194 ◦ green 88 ◦ blue 113

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

Shades of Cabaret #C25871

Tints of Cabaret #C25871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.28%

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

R = 49.11%
G = 22.28%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C25871 (or 0xC25871) is known color: Cabaret. HEX triplet: C2, 58 and 71. RGB value is (194,88,113). Sum of RGB (Red+Green+Blue) = 194+88+113=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25871 is #3DA78E. Grayscale: #7A7A7A. Windows color (decimal): -4040591 or 7428290. OLE color: 7428290.

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

Color convert

RGB 194 88 113 -
CMYK 0 0.55 0.42 0.24
HSL 345.85º 0.46% 0.55% -
HSV(B) 345.85º 0.55% 0.76% -
XYZ 28.72 19.64 17.9 -
YUV 122.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 194 88 113 0 0.55 0.42 0.24 345.85 0.46 0.55
Hex C2 58 71 0 37 2A 18 15A 2E 37
Octal 302 130 161 0 67 52 30 532 56 67
Binary 11000010 1011000 1110001 0 110111 101010 11000 101011010 101110 110111

Color Harmonies of #C25871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25871

Black with #C25871

Text Example


Text Example

White with #C25871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25871; }

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

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

background-color css

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

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

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

border-color css

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

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

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