Html Css Color HEX #C25464 Cabaret

📋 copy color: '#C25464'

red 194 ◦ green 84 ◦ blue 100

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

Shades of Cabaret #C25464

Tints of Cabaret #C25464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.22%

 BLUE value IS 100 (39.45% from 255) = 26.46%

R = 51.32%
G = 22.22%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C25464 (or 0xC25464) is known color: Cabaret. HEX triplet: C2, 54 and 64. RGB value is (194,84,100). Sum of RGB (Red+Green+Blue) = 194+84+100=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25464 is #3DAB9B. Grayscale: #767676. Windows color (decimal): -4041628 or 6575298. OLE color: 6575298.

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

Color convert

RGB 194 84 100 -
CMYK 0 0.57 0.48 0.24
HSL 351.27º 0.47% 0.55% -
HSV(B) 351.27º 0.57% 0.76% -
XYZ 27.72 18.73 14.21 -
YUV 118.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 194 84 100 0 0.57 0.48 0.24 351.27 0.47 0.55
Hex C2 54 64 0 39 30 18 15F 2F 37
Octal 302 124 144 0 71 60 30 537 57 67
Binary 11000010 1010100 1100100 0 111001 110000 11000 101011111 101111 110111

Color Harmonies of #C25464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25464

Black with #C25464

Text Example


Text Example

White with #C25464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25464; }

 p { color: rgb(194,84,100); }

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

background-color css

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

 a { background-color: rgb(194,84,100); }

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

border-color css

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

 span { border-color: rgb(194,84,100); }

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