Html Css Color HEX #C95476 Cabaret

📋 copy color: '#C95476'

red 201 ◦ green 84 ◦ blue 118

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

Shades of Cabaret #C95476

Tints of Cabaret #C95476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.84%

 BLUE value IS 118 (46.48% from 255) = 29.28%

R = 49.88%
G = 20.84%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C95476 (or 0xC95476) is known color: Cabaret. HEX triplet: C9, 54 and 76. RGB value is (201,84,118). Sum of RGB (Red+Green+Blue) = 201+84+118=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95476 is #36AB89. Grayscale: #7A7A7A. Windows color (decimal): -3582858 or 7754953. OLE color: 7754953.

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

Color convert

RGB 201 84 118 -
CMYK 0 0.58 0.41 0.21
HSL 342.56º 0.52% 0.56% -
HSV(B) 342.56º 0.58% 0.79% -
XYZ 30.53 20.07 19.4 -
YUV 122.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 201 84 118 0 0.58 0.41 0.21 342.56 0.52 0.56
Hex C9 54 76 0 3A 29 15 157 34 38
Octal 311 124 166 0 72 51 25 527 64 70
Binary 11001001 1010100 1110110 0 111010 101001 10101 101010111 110100 111000

Color Harmonies of #C95476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95476

Black with #C95476

Text Example


Text Example

White with #C95476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95476; }

 p { color: rgb(201,84,118); }

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

background-color css

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

 a { background-color: rgb(201,84,118); }

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

border-color css

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

 span { border-color: rgb(201,84,118); }

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