Html Css Color HEX #C95679 Cabaret

📋 copy color: '#C95679'

red 201 ◦ green 86 ◦ blue 121

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

Shades of Cabaret #C95679

Tints of Cabaret #C95679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 49.26%
G = 21.08%
B = 29.66%

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

#C95679 (or 0xC95679) is known color: Cabaret. HEX triplet: C9, 56 and 79. RGB value is (201,86,121). Sum of RGB (Red+Green+Blue) = 201+86+121=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C95679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95679 is #36A986. Grayscale: #7C7C7C. Windows color (decimal): -3582343 or 7952073. OLE color: 7952073.

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

Color convert

RGB 201 86 121 -
CMYK 0 0.57 0.40 0.21
HSL 341.74º 0.52% 0.56% -
HSV(B) 341.74º 0.57% 0.79% -
XYZ 30.87 20.45 20.41 -
YUV 124.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 201 86 121 0 0.57 0.40 0.21 341.74 0.52 0.56
Hex C9 56 79 0 39 28 15 156 34 38
Octal 311 126 171 0 71 50 25 526 64 70
Binary 11001001 1010110 1111001 0 111001 101000 10101 101010110 110100 111000

Color Harmonies of #C95679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95679

Black with #C95679

Text Example


Text Example

White with #C95679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95679; }

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

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

background-color css

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

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

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

border-color css

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

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

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