Html Css Color HEX #C95678 Cabaret

📋 copy color: '#C95678'

red 201 ◦ green 86 ◦ blue 120

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

Shades of Cabaret #C95678

Tints of Cabaret #C95678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 49.39%
G = 21.13%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C95678 (or 0xC95678) is known color: Cabaret. HEX triplet: C9, 56 and 78. RGB value is (201,86,120). Sum of RGB (Red+Green+Blue) = 201+86+120=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C95678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95678 is #36A987. Grayscale: #7C7C7C. Windows color (decimal): -3582344 or 7886537. OLE color: 7886537.

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

Color convert

RGB 201 86 120 -
CMYK 0 0.57 0.40 0.21
HSL 342.26º 0.52% 0.56% -
HSV(B) 342.26º 0.57% 0.79% -
XYZ 30.81 20.43 20.09 -
YUV 124.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 201 86 120 0 0.57 0.40 0.21 342.26 0.52 0.56
Hex C9 56 78 0 39 28 15 156 34 38
Octal 311 126 170 0 71 50 25 526 64 70
Binary 11001001 1010110 1111000 0 111001 101000 10101 101010110 110100 111000

Color Harmonies of #C95678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95678

Black with #C95678

Text Example


Text Example

White with #C95678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95678; }

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

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

background-color css

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

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

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

border-color css

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

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

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