Html Css Color HEX #C25564 Cabaret

📋 copy color: '#C25564'

red 194 ◦ green 85 ◦ blue 100

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

Shades of Cabaret #C25564

Tints of Cabaret #C25564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

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

R = 51.19%
G = 22.43%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C25564 (or 0xC25564) is known color: Cabaret. HEX triplet: C2, 55 and 64. RGB value is (194,85,100). Sum of RGB (Red+Green+Blue) = 194+85+100=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C25564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25564 is #3DAA9B. Grayscale: #777777. Windows color (decimal): -4041372 or 6575554. OLE color: 6575554.

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

Color convert

RGB 194 85 100 -
CMYK 0 0.56 0.48 0.24
HSL 351.74º 0.47% 0.55% -
HSV(B) 351.74º 0.56% 0.76% -
XYZ 27.8 18.89 14.24 -
YUV 119.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 194 85 100 0 0.56 0.48 0.24 351.74 0.47 0.55
Hex C2 55 64 0 38 30 18 160 2F 37
Octal 302 125 144 0 70 60 30 540 57 67
Binary 11000010 1010101 1100100 0 111000 110000 11000 101100000 101111 110111

Color Harmonies of #C25564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25564

Black with #C25564

Text Example


Text Example

White with #C25564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25564; }

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

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

background-color css

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

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

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

border-color css

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

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

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