Html Css Color HEX #C85473 Cabaret

📋 copy color: '#C85473'

red 200 ◦ green 84 ◦ blue 115

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

Shades of Cabaret #C85473

Tints of Cabaret #C85473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

 BLUE value IS 115 (45.31% from 255) = 28.82%

R = 50.13%
G = 21.05%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C85473 (or 0xC85473) is known color: Cabaret. HEX triplet: C8, 54 and 73. RGB value is (200,84,115). Sum of RGB (Red+Green+Blue) = 200+84+115=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85473 is #37AB8C. Grayscale: #7A7A7A. Windows color (decimal): -3648397 or 7558344. OLE color: 7558344.

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

Color convert

RGB 200 84 115 -
CMYK 0 0.58 0.42 0.22
HSL 343.97º 0.51% 0.56% -
HSV(B) 343.97º 0.58% 0.78% -
XYZ 30.08 19.86 18.47 -
YUV 122.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 200 84 115 0 0.58 0.42 0.22 343.97 0.51 0.56
Hex C8 54 73 0 3A 2A 16 158 33 38
Octal 310 124 163 0 72 52 26 530 63 70
Binary 11001000 1010100 1110011 0 111010 101010 10110 101011000 110011 111000

Color Harmonies of #C85473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85473

Black with #C85473

Text Example


Text Example

White with #C85473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85473; }

 p { color: rgb(200,84,115); }

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

background-color css

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

 a { background-color: rgb(200,84,115); }

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

border-color css

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

 span { border-color: rgb(200,84,115); }

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