Html Css Color HEX #C25876 Cabaret

📋 copy color: '#C25876'

red 194 ◦ green 88 ◦ blue 118

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

Shades of Cabaret #C25876

Tints of Cabaret #C25876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

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

R = 48.5%
G = 22%
B = 29.5%

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

#C25876 (or 0xC25876) is known color: Cabaret. HEX triplet: C2, 58 and 76. RGB value is (194,88,118). Sum of RGB (Red+Green+Blue) = 194+88+118=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C25876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25876 is #3DA789. Grayscale: #7B7B7B. Windows color (decimal): -4040586 or 7755970. OLE color: 7755970.

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

Color convert

RGB 194 88 118 -
CMYK 0 0.55 0.39 0.24
HSL 343.02º 0.46% 0.55% -
HSV(B) 343.02º 0.55% 0.76% -
XYZ 29.01 19.76 19.42 -
YUV 123.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 194 88 118 0 0.55 0.39 0.24 343.02 0.46 0.55
Hex C2 58 76 0 37 27 18 157 2E 37
Octal 302 130 166 0 67 47 30 527 56 67
Binary 11000010 1011000 1110110 0 110111 100111 11000 101010111 101110 110111

Color Harmonies of #C25876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25876

Black with #C25876

Text Example


Text Example

White with #C25876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25876; }

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

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

background-color css

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

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

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

border-color css

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

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

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