Html Css Color HEX #C85071 Cabaret

📋 copy color: '#C85071'

red 200 ◦ green 80 ◦ blue 113

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

Shades of Cabaret #C85071

Tints of Cabaret #C85071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.36%

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

R = 50.89%
G = 20.36%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85071 (or 0xC85071) is known color: Cabaret. HEX triplet: C8, 50 and 71. RGB value is (200,80,113). Sum of RGB (Red+Green+Blue) = 200+80+113=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C85071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85071 is #37AF8E. Grayscale: #777777. Windows color (decimal): -3649423 or 7426248. OLE color: 7426248.

HSL color Cylindrical-coordinate representation of color #C85071: hue angle of 343.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85071 is Cyan = 0, Magento = 0.6, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 80 113 -
CMYK 0 0.6 0.44 0.22
HSL 343.5º 0.52% 0.55% -
HSV(B) 343.5º 0.6% 0.78% -
XYZ 29.67 19.21 17.77 -
YUV 119.64 124.26 185.32 -
System Red Green Blue C M Y K H S L
Decimal 200 80 113 0 0.6 0.44 0.22 343.5 0.52 0.55
Hex C8 50 71 0 3C 2C 16 158 34 37
Octal 310 120 161 0 74 54 26 530 64 67
Binary 11001000 1010000 1110001 0 111100 101100 10110 101011000 110100 110111

Color Harmonies of #C85071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85071

Black with #C85071

Text Example


Text Example

White with #C85071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85071; }

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

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

background-color css

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

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

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

border-color css

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

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

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