Html Css Color HEX #C25465 Cabaret

📋 copy color: '#C25465'

red 194 ◦ green 84 ◦ blue 101

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

Shades of Cabaret #C25465

Tints of Cabaret #C25465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.65%

R = 51.19%
G = 22.16%
B = 26.65%

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

#C25465 (or 0xC25465) is known color: Cabaret. HEX triplet: C2, 54 and 65. RGB value is (194,84,101). Sum of RGB (Red+Green+Blue) = 194+84+101=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C25465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25465 is #3DAB9A. Grayscale: #767676. Windows color (decimal): -4041627 or 6640834. OLE color: 6640834.

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

Color convert

RGB 194 84 101 -
CMYK 0 0.57 0.48 0.24
HSL 350.73º 0.47% 0.55% -
HSV(B) 350.73º 0.57% 0.76% -
XYZ 27.77 18.75 14.47 -
YUV 118.83 117.94 181.62 -
System Red Green Blue C M Y K H S L
Decimal 194 84 101 0 0.57 0.48 0.24 350.73 0.47 0.55
Hex C2 54 65 0 39 30 18 15F 2F 37
Octal 302 124 145 0 71 60 30 537 57 67
Binary 11000010 1010100 1100101 0 111001 110000 11000 101011111 101111 110111

Color Harmonies of #C25465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25465

Black with #C25465

Text Example


Text Example

White with #C25465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25465; }

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

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

background-color css

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

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

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

border-color css

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

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

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