Html Css Color HEX #C25364 Cabaret

📋 copy color: '#C25364'

red 194 ◦ green 83 ◦ blue 100

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

Shades of Cabaret #C25364

Tints of Cabaret #C25364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

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

R = 51.46%
G = 22.02%
B = 26.53%

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

#C25364 (or 0xC25364) is known color: Cabaret. HEX triplet: C2, 53 and 64. RGB value is (194,83,100). Sum of RGB (Red+Green+Blue) = 194+83+100=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C25364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25364 is #3DAC9B. Grayscale: #767676. Windows color (decimal): -4041884 or 6575042. OLE color: 6575042.

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

Color convert

RGB 194 83 100 -
CMYK 0 0.57 0.48 0.24
HSL 350.81º 0.48% 0.54% -
HSV(B) 350.81º 0.57% 0.76% -
XYZ 27.64 18.58 14.19 -
YUV 118.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 194 83 100 0 0.57 0.48 0.24 350.81 0.48 0.54
Hex C2 53 64 0 39 30 18 15F 30 36
Octal 302 123 144 0 71 60 30 537 60 66
Binary 11000010 1010011 1100100 0 111001 110000 11000 101011111 110000 110110

Color Harmonies of #C25364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25364

Black with #C25364

Text Example


Text Example

White with #C25364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25364; }

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

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

background-color css

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

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

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

border-color css

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

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

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