Html Css Color HEX #C25A77 Cabaret

📋 copy color: '#C25A77'

red 194 ◦ green 90 ◦ blue 119

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

Shades of Cabaret #C25A77

Tints of Cabaret #C25A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

 BLUE value IS 119 (46.88% from 255) = 29.53%

R = 48.14%
G = 22.33%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C25A77 (or 0xC25A77) is known color: Cabaret. HEX triplet: C2, 5A and 77. RGB value is (194,90,119). Sum of RGB (Red+Green+Blue) = 194+90+119=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A77 is #3DA588. Grayscale: #7C7C7C. Windows color (decimal): -4040073 or 7822018. OLE color: 7822018.

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

Color convert

RGB 194 90 119 -
CMYK 0 0.54 0.39 0.24
HSL 343.27º 0.46% 0.56% -
HSV(B) 343.27º 0.54% 0.76% -
XYZ 29.23 20.11 19.79 -
YUV 124.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 194 90 119 0 0.54 0.39 0.24 343.27 0.46 0.56
Hex C2 5A 77 0 36 27 18 157 2E 38
Octal 302 132 167 0 66 47 30 527 56 70
Binary 11000010 1011010 1110111 0 110110 100111 11000 101010111 101110 111000

Color Harmonies of #C25A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A77

Black with #C25A77

Text Example


Text Example

White with #C25A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A77; }

 p { color: rgb(194,90,119); }

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

background-color css

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

 a { background-color: rgb(194,90,119); }

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

border-color css

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

 span { border-color: rgb(194,90,119); }

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