Html Css Color HEX #C85369 Cabaret

📋 copy color: '#C85369'

red 200 ◦ green 83 ◦ blue 105

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

Shades of Cabaret #C85369

Tints of Cabaret #C85369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.39%

 BLUE value IS 105 (41.41% from 255) = 27.06%

R = 51.55%
G = 21.39%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C85369 (or 0xC85369) is known color: Cabaret. HEX triplet: C8, 53 and 69. RGB value is (200,83,105). Sum of RGB (Red+Green+Blue) = 200+83+105=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C85369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85369 is #37AC96. Grayscale: #787878. Windows color (decimal): -3648663 or 6902728. OLE color: 6902728.

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

Color convert

RGB 200 83 105 -
CMYK 0 0.58 0.48 0.22
HSL 348.72º 0.52% 0.55% -
HSV(B) 348.72º 0.59% 0.78% -
XYZ 29.46 19.49 15.57 -
YUV 120.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 200 83 105 0 0.58 0.48 0.22 348.72 0.52 0.55
Hex C8 53 69 0 3A 30 16 15D 34 37
Octal 310 123 151 0 72 60 26 535 64 67
Binary 11001000 1010011 1101001 0 111010 110000 10110 101011101 110100 110111

Color Harmonies of #C85369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85369

Black with #C85369

Text Example


Text Example

White with #C85369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85369; }

 p { color: rgb(200,83,105); }

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

background-color css

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

 a { background-color: rgb(200,83,105); }

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

border-color css

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

 span { border-color: rgb(200,83,105); }

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