Html Css Color HEX #C85671 Cabaret

📋 copy color: '#C85671'

red 200 ◦ green 86 ◦ blue 113

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

Shades of Cabaret #C85671

Tints of Cabaret #C85671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 50.13%
G = 21.55%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85671 (or 0xC85671) is known color: Cabaret. HEX triplet: C8, 56 and 71. RGB value is (200,86,113). Sum of RGB (Red+Green+Blue) = 200+86+113=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85671 is #37A98E. Grayscale: #7B7B7B. Windows color (decimal): -3647887 or 7427784. OLE color: 7427784.

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

Color convert

RGB 200 86 113 -
CMYK 0 0.57 0.44 0.22
HSL 345.79º 0.51% 0.56% -
HSV(B) 345.79º 0.57% 0.78% -
XYZ 30.13 20.13 17.92 -
YUV 123.16 122.27 182.8 -
System Red Green Blue C M Y K H S L
Decimal 200 86 113 0 0.57 0.44 0.22 345.79 0.51 0.56
Hex C8 56 71 0 39 2C 16 15A 33 38
Octal 310 126 161 0 71 54 26 532 63 70
Binary 11001000 1010110 1110001 0 111001 101100 10110 101011010 110011 111000

Color Harmonies of #C85671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85671

Black with #C85671

Text Example


Text Example

White with #C85671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85671; }

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

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

background-color css

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

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

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

border-color css

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

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

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