Html Css Color HEX #C25D71 Cabaret

📋 copy color: '#C25D71'

red 194 ◦ green 93 ◦ blue 113

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

Shades of Cabaret #C25D71

Tints of Cabaret #C25D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.25%

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

R = 48.5%
G = 23.25%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C25D71 (or 0xC25D71) is known color: Cabaret. HEX triplet: C2, 5D and 71. RGB value is (194,93,113). Sum of RGB (Red+Green+Blue) = 194+93+113=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25D71 is #3DA28E. Grayscale: #7D7D7D. Windows color (decimal): -4039311 or 7429570. OLE color: 7429570.

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

Color convert

RGB 194 93 113 -
CMYK 0 0.52 0.42 0.24
HSL 348.12º 0.45% 0.56% -
HSV(B) 348.12º 0.52% 0.76% -
XYZ 29.14 20.49 18.04 -
YUV 125.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 194 93 113 0 0.52 0.42 0.24 348.12 0.45 0.56
Hex C2 5D 71 0 34 2A 18 15C 2D 38
Octal 302 135 161 0 64 52 30 534 55 70
Binary 11000010 1011101 1110001 0 110100 101010 11000 101011100 101101 111000

Color Harmonies of #C25D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D71

Black with #C25D71

Text Example


Text Example

White with #C25D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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