Html Css Color HEX #C85679 Cabaret

📋 copy color: '#C85679'

red 200 ◦ green 86 ◦ blue 121

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

Shades of Cabaret #C85679

Tints of Cabaret #C85679

RGB

 RED value IS 200 (78.52% from 255) = 49.14%

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

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

R = 49.14%
G = 21.13%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C85679 (or 0xC85679) is known color: Cabaret. HEX triplet: C8, 56 and 79. RGB value is (200,86,121). Sum of RGB (Red+Green+Blue) = 200+86+121=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C85679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85679 is #37A986. Grayscale: #7C7C7C. Windows color (decimal): -3647879 or 7952072. OLE color: 7952072.

HSL color Cylindrical-coordinate representation of color #C85679: hue angle of 341.58º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85679 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 121 -
CMYK 0 0.57 0.39 0.22
HSL 341.58º 0.51% 0.56% -
HSV(B) 341.58º 0.57% 0.78% -
XYZ 30.6 20.32 20.4 -
YUV 124.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 200 86 121 0 0.57 0.39 0.22 341.58 0.51 0.56
Hex C8 56 79 0 39 27 16 156 33 38
Octal 310 126 171 0 71 47 26 526 63 70
Binary 11001000 1010110 1111001 0 111001 100111 10110 101010110 110011 111000

Color Harmonies of #C85679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85679

Black with #C85679

Text Example


Text Example

White with #C85679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85679; }

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

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

background-color css

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

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

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

border-color css

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

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

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