Html Css Color HEX #C85674 Cabaret

📋 copy color: '#C85674'

red 200 ◦ green 86 ◦ blue 116

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

Shades of Cabaret #C85674

Tints of Cabaret #C85674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 49.75%
G = 21.39%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C85674 (or 0xC85674) is known color: Cabaret. HEX triplet: C8, 56 and 74. RGB value is (200,86,116). Sum of RGB (Red+Green+Blue) = 200+86+116=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C85674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85674 is #37A98B. Grayscale: #7B7B7B. Windows color (decimal): -3647884 or 7624392. OLE color: 7624392.

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

Color convert

RGB 200 86 116 -
CMYK 0 0.57 0.42 0.22
HSL 344.21º 0.51% 0.56% -
HSV(B) 344.21º 0.57% 0.78% -
XYZ 30.3 20.2 18.82 -
YUV 123.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 200 86 116 0 0.57 0.42 0.22 344.21 0.51 0.56
Hex C8 56 74 0 39 2A 16 158 33 38
Octal 310 126 164 0 71 52 26 530 63 70
Binary 11001000 1010110 1110100 0 111001 101010 10110 101011000 110011 111000

Color Harmonies of #C85674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85674

Black with #C85674

Text Example


Text Example

White with #C85674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85674; }

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

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

background-color css

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

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

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

border-color css

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

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

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