Html Css Color HEX #C25776 Cabaret

📋 copy color: '#C25776'

red 194 ◦ green 87 ◦ blue 118

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

Shades of Cabaret #C25776

Tints of Cabaret #C25776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.8%

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

R = 48.62%
G = 21.8%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C25776 (or 0xC25776) is known color: Cabaret. HEX triplet: C2, 57 and 76. RGB value is (194,87,118). Sum of RGB (Red+Green+Blue) = 194+87+118=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C25776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25776 is #3DA889. Grayscale: #7A7A7A. Windows color (decimal): -4040842 or 7755714. OLE color: 7755714.

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

Color convert

RGB 194 87 118 -
CMYK 0 0.55 0.39 0.24
HSL 342.62º 0.47% 0.55% -
HSV(B) 342.62º 0.55% 0.76% -
XYZ 28.93 19.59 19.4 -
YUV 122.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 194 87 118 0 0.55 0.39 0.24 342.62 0.47 0.55
Hex C2 57 76 0 37 27 18 157 2F 37
Octal 302 127 166 0 67 47 30 527 57 67
Binary 11000010 1010111 1110110 0 110111 100111 11000 101010111 101111 110111

Color Harmonies of #C25776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25776

Black with #C25776

Text Example


Text Example

White with #C25776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25776; }

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

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

background-color css

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

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

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

border-color css

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

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

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