Html Css Color HEX #C85874 Cabaret

📋 copy color: '#C85874'

red 200 ◦ green 88 ◦ blue 116

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

Shades of Cabaret #C85874

Tints of Cabaret #C85874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

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

R = 49.5%
G = 21.78%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C85874 (or 0xC85874) is known color: Cabaret. HEX triplet: C8, 58 and 74. RGB value is (200,88,116). Sum of RGB (Red+Green+Blue) = 200+88+116=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C85874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85874 is #37A78B. Grayscale: #7C7C7C. Windows color (decimal): -3647372 or 7624904. OLE color: 7624904.

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

Color convert

RGB 200 88 116 -
CMYK 0 0.56 0.42 0.22
HSL 345º 0.5% 0.56% -
HSV(B) 345º 0.56% 0.78% -
XYZ 30.46 20.52 18.88 -
YUV 124.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 200 88 116 0 0.56 0.42 0.22 345 0.5 0.56
Hex C8 58 74 0 38 2A 16 159 32 38
Octal 310 130 164 0 70 52 26 531 62 70
Binary 11001000 1011000 1110100 0 111000 101010 10110 101011001 110010 111000

Color Harmonies of #C85874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85874

Black with #C85874

Text Example


Text Example

White with #C85874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85874; }

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

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

background-color css

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

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

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

border-color css

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

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

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