Html Css Color HEX #C25365 Cabaret

📋 copy color: '#C25365'

red 194 ◦ green 83 ◦ blue 101

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

Shades of Cabaret #C25365

Tints of Cabaret #C25365

RGB

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

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

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

R = 51.32%
G = 21.96%
B = 26.72%

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

#C25365 (or 0xC25365) is known color: Cabaret. HEX triplet: C2, 53 and 65. RGB value is (194,83,101). Sum of RGB (Red+Green+Blue) = 194+83+101=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C25365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25365 is #3DAC9A. Grayscale: #767676. Windows color (decimal): -4041883 or 6640578. OLE color: 6640578.

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

Color convert

RGB 194 83 101 -
CMYK 0 0.57 0.48 0.24
HSL 350.27º 0.48% 0.54% -
HSV(B) 350.27º 0.57% 0.76% -
XYZ 27.69 18.6 14.44 -
YUV 118.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 194 83 101 0 0.57 0.48 0.24 350.27 0.48 0.54
Hex C2 53 65 0 39 30 18 15E 30 36
Octal 302 123 145 0 71 60 30 536 60 66
Binary 11000010 1010011 1100101 0 111001 110000 11000 101011110 110000 110110

Color Harmonies of #C25365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25365

Black with #C25365

Text Example


Text Example

White with #C25365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25365; }

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

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

background-color css

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

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

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

border-color css

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

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

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