Html Css Color HEX #C85568 Cabaret

📋 copy color: '#C85568'

red 200 ◦ green 85 ◦ blue 104

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

Shades of Cabaret #C85568

Tints of Cabaret #C85568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 51.41%
G = 21.85%
B = 26.74%

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

#C85568 (or 0xC85568) is known color: Cabaret. HEX triplet: C8, 55 and 68. RGB value is (200,85,104). Sum of RGB (Red+Green+Blue) = 200+85+104=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C85568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85568 is #37AA97. Grayscale: #797979. Windows color (decimal): -3648152 or 6837704. OLE color: 6837704.

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

Color convert

RGB 200 85 104 -
CMYK 0 0.58 0.48 0.22
HSL 350.09º 0.51% 0.56% -
HSV(B) 350.09º 0.58% 0.78% -
XYZ 29.57 19.78 15.36 -
YUV 121.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 200 85 104 0 0.58 0.48 0.22 350.09 0.51 0.56
Hex C8 55 68 0 3A 30 16 15E 33 38
Octal 310 125 150 0 72 60 26 536 63 70
Binary 11001000 1010101 1101000 0 111010 110000 10110 101011110 110011 111000

Color Harmonies of #C85568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85568

Black with #C85568

Text Example


Text Example

White with #C85568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85568; }

 p { color: rgb(200,85,104); }

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

background-color css

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

 a { background-color: rgb(200,85,104); }

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

border-color css

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

 span { border-color: rgb(200,85,104); }

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