Html Css Color HEX #C95376 Cabaret

📋 copy color: '#C95376'

red 201 ◦ green 83 ◦ blue 118

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

Shades of Cabaret #C95376

Tints of Cabaret #C95376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.65%

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

R = 50%
G = 20.65%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C95376 (or 0xC95376) is known color: Cabaret. HEX triplet: C9, 53 and 76. RGB value is (201,83,118). Sum of RGB (Red+Green+Blue) = 201+83+118=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95376 is #36AC89. Grayscale: #7A7A7A. Windows color (decimal): -3583114 or 7754697. OLE color: 7754697.

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

Color convert

RGB 201 83 118 -
CMYK 0 0.59 0.41 0.21
HSL 342.2º 0.52% 0.56% -
HSV(B) 342.2º 0.59% 0.79% -
XYZ 30.45 19.91 19.38 -
YUV 122.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 201 83 118 0 0.59 0.41 0.21 342.2 0.52 0.56
Hex C9 53 76 0 3B 29 15 156 34 38
Octal 311 123 166 0 73 51 25 526 64 70
Binary 11001001 1010011 1110110 0 111011 101001 10101 101010110 110100 111000

Color Harmonies of #C95376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95376

Black with #C95376

Text Example


Text Example

White with #C95376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95376; }

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

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

background-color css

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

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

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

border-color css

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

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

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