Html Css Color HEX #C95674 Cabaret

📋 copy color: '#C95674'

red 201 ◦ green 86 ◦ blue 116

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

Shades of Cabaret #C95674

Tints of Cabaret #C95674

RGB

 RED value IS 201 (78.91% from 255) = 49.88%

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

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

R = 49.88%
G = 21.34%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95674 (or 0xC95674) is known color: Cabaret. HEX triplet: C9, 56 and 74. RGB value is (201,86,116). Sum of RGB (Red+Green+Blue) = 201+86+116=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95674 is #36A98B. Grayscale: #7B7B7B. Windows color (decimal): -3582348 or 7624393. OLE color: 7624393.

HSL color Cylindrical-coordinate representation of color #C95674: hue angle of 344.35º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95674 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 116 -
CMYK 0 0.57 0.42 0.21
HSL 344.35º 0.52% 0.56% -
HSV(B) 344.35º 0.57% 0.79% -
XYZ 30.57 20.33 18.84 -
YUV 123.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 201 86 116 0 0.57 0.42 0.21 344.35 0.52 0.56
Hex C9 56 74 0 39 2A 15 158 34 38
Octal 311 126 164 0 71 52 25 530 64 70
Binary 11001001 1010110 1110100 0 111001 101010 10101 101011000 110100 111000

Color Harmonies of #C95674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95674

Black with #C95674

Text Example


Text Example

White with #C95674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95674; }

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

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

background-color css

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

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

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

border-color css

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

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

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