Html Css Color HEX #C25868 Cabaret

📋 copy color: '#C25868'

red 194 ◦ green 88 ◦ blue 104

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

Shades of Cabaret #C25868

Tints of Cabaret #C25868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 50.26%
G = 22.8%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C25868 (or 0xC25868) is known color: Cabaret. HEX triplet: C2, 58 and 68. RGB value is (194,88,104). Sum of RGB (Red+Green+Blue) = 194+88+104=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C25868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25868 is #3DA797. Grayscale: #797979. Windows color (decimal): -4040600 or 6838466. OLE color: 6838466.

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

Color convert

RGB 194 88 104 -
CMYK 0 0.55 0.46 0.24
HSL 350.94º 0.46% 0.55% -
HSV(B) 350.94º 0.55% 0.76% -
XYZ 28.24 19.45 15.36 -
YUV 121.52 118.12 179.7 -
System Red Green Blue C M Y K H S L
Decimal 194 88 104 0 0.55 0.46 0.24 350.94 0.46 0.55
Hex C2 58 68 0 37 2E 18 15F 2E 37
Octal 302 130 150 0 67 56 30 537 56 67
Binary 11000010 1011000 1101000 0 110111 101110 11000 101011111 101110 110111

Color Harmonies of #C25868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25868

Black with #C25868

Text Example


Text Example

White with #C25868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25868; }

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

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

background-color css

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

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

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

border-color css

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

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

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