Html Css Color HEX #C25371 Cabaret

📋 copy color: '#C25371'

red 194 ◦ green 83 ◦ blue 113

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

Shades of Cabaret #C25371

Tints of Cabaret #C25371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

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

R = 49.74%
G = 21.28%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C25371 (or 0xC25371) is known color: Cabaret. HEX triplet: C2, 53 and 71. RGB value is (194,83,113). Sum of RGB (Red+Green+Blue) = 194+83+113=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C25371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25371 is #3DAC8E. Grayscale: #777777. Windows color (decimal): -4041871 or 7427010. OLE color: 7427010.

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

Color convert

RGB 194 83 113 -
CMYK 0 0.57 0.42 0.24
HSL 343.78º 0.48% 0.54% -
HSV(B) 343.78º 0.57% 0.76% -
XYZ 28.32 18.85 17.77 -
YUV 119.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 194 83 113 0 0.57 0.42 0.24 343.78 0.48 0.54
Hex C2 53 71 0 39 2A 18 158 30 36
Octal 302 123 161 0 71 52 30 530 60 66
Binary 11000010 1010011 1110001 0 111001 101010 11000 101011000 110000 110110

Color Harmonies of #C25371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25371

Black with #C25371

Text Example


Text Example

White with #C25371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25371; }

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

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

background-color css

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

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

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

border-color css

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

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

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