Html Css Color HEX #C25E71 Cabaret

📋 copy color: '#C25E71'

red 194 ◦ green 94 ◦ blue 113

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

Shades of Cabaret #C25E71

Tints of Cabaret #C25E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

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

R = 48.38%
G = 23.44%
B = 28.18%

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

#C25E71 (or 0xC25E71) is known color: Cabaret. HEX triplet: C2, 5E and 71. RGB value is (194,94,113). Sum of RGB (Red+Green+Blue) = 194+94+113=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25E71 is #3DA18E. Grayscale: #7E7E7E. Windows color (decimal): -4039055 or 7429826. OLE color: 7429826.

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

Color convert

RGB 194 94 113 -
CMYK 0 0.52 0.42 0.24
HSL 348.6º 0.45% 0.56% -
HSV(B) 348.6º 0.52% 0.76% -
XYZ 29.23 20.67 18.07 -
YUV 126.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 194 94 113 0 0.52 0.42 0.24 348.6 0.45 0.56
Hex C2 5E 71 0 34 2A 18 15D 2D 38
Octal 302 136 161 0 64 52 30 535 55 70
Binary 11000010 1011110 1110001 0 110100 101010 11000 101011101 101101 111000

Color Harmonies of #C25E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E71

Black with #C25E71

Text Example


Text Example

White with #C25E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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