Html Css Color HEX #C25971 Cabaret

📋 copy color: '#C25971'

red 194 ◦ green 89 ◦ blue 113

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

Shades of Cabaret #C25971

Tints of Cabaret #C25971

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.47%

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

R = 48.99%
G = 22.47%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C25971 (or 0xC25971) is known color: Cabaret. HEX triplet: C2, 59 and 71. RGB value is (194,89,113). Sum of RGB (Red+Green+Blue) = 194+89+113=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C25971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25971 is #3DA68E. Grayscale: #7B7B7B. Windows color (decimal): -4040335 or 7428546. OLE color: 7428546.

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

Color convert

RGB 194 89 113 -
CMYK 0 0.54 0.42 0.24
HSL 346.29º 0.46% 0.55% -
HSV(B) 346.29º 0.54% 0.76% -
XYZ 28.8 19.81 17.93 -
YUV 123.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 194 89 113 0 0.54 0.42 0.24 346.29 0.46 0.55
Hex C2 59 71 0 36 2A 18 15A 2E 37
Octal 302 131 161 0 66 52 30 532 56 67
Binary 11000010 1011001 1110001 0 110110 101010 11000 101011010 101110 110111

Color Harmonies of #C25971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25971

Black with #C25971

Text Example


Text Example

White with #C25971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25971; }

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

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

background-color css

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

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

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

border-color css

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

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

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