Html Css Color HEX #C85065 Cabaret

📋 copy color: '#C85065'

red 200 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #C85065

Tints of Cabaret #C85065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21%

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 52.49%
G = 21%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C85065 (or 0xC85065) is known color: Cabaret. HEX triplet: C8, 50 and 65. RGB value is (200,80,101). Sum of RGB (Red+Green+Blue) = 200+80+101=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C85065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85065 is #37AF9A. Grayscale: #767676. Windows color (decimal): -3649435 or 6639816. OLE color: 6639816.

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

Color convert

RGB 200 80 101 -
CMYK 0 0.6 0.49 0.22
HSL 349.5º 0.52% 0.55% -
HSV(B) 349.5º 0.6% 0.78% -
XYZ 29.04 18.96 14.44 -
YUV 118.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 200 80 101 0 0.6 0.49 0.22 349.5 0.52 0.55
Hex C8 50 65 0 3C 31 16 15E 34 37
Octal 310 120 145 0 74 61 26 536 64 67
Binary 11001000 1010000 1100101 0 111100 110001 10110 101011110 110100 110111

Color Harmonies of #C85065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85065

Black with #C85065

Text Example


Text Example

White with #C85065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85065; }

 p { color: rgb(200,80,101); }

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

background-color css

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

 a { background-color: rgb(200,80,101); }

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

border-color css

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

 span { border-color: rgb(200,80,101); }

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