Html Css Color HEX #C25271 Cabaret

📋 copy color: '#C25271'

red 194 ◦ green 82 ◦ blue 113

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

Shades of Cabaret #C25271

Tints of Cabaret #C25271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

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

R = 49.87%
G = 21.08%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C25271 (or 0xC25271) is known color: Cabaret. HEX triplet: C2, 52 and 71. RGB value is (194,82,113). Sum of RGB (Red+Green+Blue) = 194+82+113=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C25271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25271 is #3DAD8E. Grayscale: #777777. Windows color (decimal): -4042127 or 7426754. OLE color: 7426754.

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

Color convert

RGB 194 82 113 -
CMYK 0 0.58 0.42 0.24
HSL 343.39º 0.48% 0.54% -
HSV(B) 343.39º 0.58% 0.76% -
XYZ 28.25 18.7 17.74 -
YUV 119.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 194 82 113 0 0.58 0.42 0.24 343.39 0.48 0.54
Hex C2 52 71 0 3A 2A 18 157 30 36
Octal 302 122 161 0 72 52 30 527 60 66
Binary 11000010 1010010 1110001 0 111010 101010 11000 101010111 110000 110110

Color Harmonies of #C25271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25271

Black with #C25271

Text Example


Text Example

White with #C25271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25271; }

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

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

background-color css

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

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

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

border-color css

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

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

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