Html Css Color HEX #C25674 Cabaret

📋 copy color: '#C25674'

red 194 ◦ green 86 ◦ blue 116

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

Shades of Cabaret #C25674

Tints of Cabaret #C25674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.29%

R = 48.99%
G = 21.72%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C25674 (or 0xC25674) is known color: Cabaret. HEX triplet: C2, 56 and 74. RGB value is (194,86,116). Sum of RGB (Red+Green+Blue) = 194+86+116=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C25674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25674 is #3DA98B. Grayscale: #797979. Windows color (decimal): -4041100 or 7624386. OLE color: 7624386.

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

Color convert

RGB 194 86 116 -
CMYK 0 0.56 0.40 0.24
HSL 343.33º 0.47% 0.55% -
HSV(B) 343.33º 0.56% 0.76% -
XYZ 28.73 19.39 18.75 -
YUV 121.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 194 86 116 0 0.56 0.40 0.24 343.33 0.47 0.55
Hex C2 56 74 0 38 28 18 157 2F 37
Octal 302 126 164 0 70 50 30 527 57 67
Binary 11000010 1010110 1110100 0 111000 101000 11000 101010111 101111 110111

Color Harmonies of #C25674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25674

Black with #C25674

Text Example


Text Example

White with #C25674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25674; }

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

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

background-color css

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

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

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

border-color css

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

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

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