Html Css Color HEX #C25670 Cabaret

📋 copy color: '#C25670'

red 194 ◦ green 86 ◦ blue 112

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

Shades of Cabaret #C25670

Tints of Cabaret #C25670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.94%

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 49.49%
G = 21.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C25670 (or 0xC25670) is known color: Cabaret. HEX triplet: C2, 56 and 70. RGB value is (194,86,112). Sum of RGB (Red+Green+Blue) = 194+86+112=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C25670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25670 is #3DA98F. Grayscale: #797979. Windows color (decimal): -4041104 or 7362242. OLE color: 7362242.

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

Color convert

RGB 194 86 112 -
CMYK 0 0.56 0.42 0.24
HSL 345.56º 0.47% 0.55% -
HSV(B) 345.56º 0.56% 0.76% -
XYZ 28.5 19.29 17.55 -
YUV 121.26 122.78 179.89 -
System Red Green Blue C M Y K H S L
Decimal 194 86 112 0 0.56 0.42 0.24 345.56 0.47 0.55
Hex C2 56 70 0 38 2A 18 15A 2F 37
Octal 302 126 160 0 70 52 30 532 57 67
Binary 11000010 1010110 1110000 0 111000 101010 11000 101011010 101111 110111

Color Harmonies of #C25670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25670

Black with #C25670

Text Example


Text Example

White with #C25670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25670; }

 p { color: rgb(194,86,112); }

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

background-color css

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

 a { background-color: rgb(194,86,112); }

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

border-color css

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

 span { border-color: rgb(194,86,112); }

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