Html Css Color HEX #C25673 Cabaret

📋 copy color: '#C25673'

red 194 ◦ green 86 ◦ blue 115

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

Shades of Cabaret #C25673

Tints of Cabaret #C25673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 49.11%
G = 21.77%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C25673 (or 0xC25673) is known color: Cabaret. HEX triplet: C2, 56 and 73. RGB value is (194,86,115). Sum of RGB (Red+Green+Blue) = 194+86+115=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25673 is #3DA98C. Grayscale: #797979. Windows color (decimal): -4041101 or 7558850. OLE color: 7558850.

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

Color convert

RGB 194 86 115 -
CMYK 0 0.56 0.41 0.24
HSL 343.89º 0.47% 0.55% -
HSV(B) 343.89º 0.56% 0.76% -
XYZ 28.67 19.36 18.45 -
YUV 121.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 194 86 115 0 0.56 0.41 0.24 343.89 0.47 0.55
Hex C2 56 73 0 38 29 18 158 2F 37
Octal 302 126 163 0 70 51 30 530 57 67
Binary 11000010 1010110 1110011 0 111000 101001 11000 101011000 101111 110111

Color Harmonies of #C25673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25673

Black with #C25673

Text Example


Text Example

White with #C25673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25673; }

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

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

background-color css

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

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

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

border-color css

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

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

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