Html Css Color HEX #C25F76 Cabaret

📋 copy color: '#C25F76'

red 194 ◦ green 95 ◦ blue 118

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

Shades of Cabaret #C25F76

Tints of Cabaret #C25F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 47.67%
G = 23.34%
B = 28.99%

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

#C25F76 (or 0xC25F76) is known color: Cabaret. HEX triplet: C2, 5F and 76. RGB value is (194,95,118). Sum of RGB (Red+Green+Blue) = 194+95+118=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F76 is #3DA089. Grayscale: #7F7F7F. Windows color (decimal): -4038794 or 7757762. OLE color: 7757762.

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

Color convert

RGB 194 95 118 -
CMYK 0 0.51 0.39 0.24
HSL 346.06º 0.45% 0.57% -
HSV(B) 346.06º 0.51% 0.76% -
XYZ 29.61 20.96 19.62 -
YUV 127.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 194 95 118 0 0.51 0.39 0.24 346.06 0.45 0.57
Hex C2 5F 76 0 33 27 18 15A 2D 39
Octal 302 137 166 0 63 47 30 532 55 71
Binary 11000010 1011111 1110110 0 110011 100111 11000 101011010 101101 111001

Color Harmonies of #C25F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F76

Black with #C25F76

Text Example


Text Example

White with #C25F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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