Html Css Color HEX #C25F77 Cabaret

📋 copy color: '#C25F77'

red 194 ◦ green 95 ◦ blue 119

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

Shades of Cabaret #C25F77

Tints of Cabaret #C25F77

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.28%

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

R = 47.55%
G = 23.28%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C25F77 (or 0xC25F77) is known color: Cabaret. HEX triplet: C2, 5F and 77. RGB value is (194,95,119). Sum of RGB (Red+Green+Blue) = 194+95+119=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F77 is #3DA088. Grayscale: #7F7F7F. Windows color (decimal): -4038793 or 7823298. OLE color: 7823298.

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

Color convert

RGB 194 95 119 -
CMYK 0 0.51 0.39 0.24
HSL 345.45º 0.45% 0.57% -
HSV(B) 345.45º 0.51% 0.76% -
XYZ 29.67 20.99 19.94 -
YUV 127.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 194 95 119 0 0.51 0.39 0.24 345.45 0.45 0.57
Hex C2 5F 77 0 33 27 18 159 2D 39
Octal 302 137 167 0 63 47 30 531 55 71
Binary 11000010 1011111 1110111 0 110011 100111 11000 101011001 101101 111001

Color Harmonies of #C25F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F77

Black with #C25F77

Text Example


Text Example

White with #C25F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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