Html Css Color HEX #C85465 Cabaret

📋 copy color: '#C85465'

red 200 ◦ green 84 ◦ blue 101

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

Shades of Cabaret #C85465

Tints of Cabaret #C85465

RGB

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

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

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

R = 51.95%
G = 21.82%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C85465 (or 0xC85465) is known color: Cabaret. HEX triplet: C8, 54 and 65. RGB value is (200,84,101). Sum of RGB (Red+Green+Blue) = 200+84+101=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C85465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85465 is #37AB9A. Grayscale: #787878. Windows color (decimal): -3648411 or 6640840. OLE color: 6640840.

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

Color convert

RGB 200 84 101 -
CMYK 0 0.58 0.49 0.22
HSL 351.21º 0.51% 0.56% -
HSV(B) 351.21º 0.58% 0.78% -
XYZ 29.34 19.56 14.54 -
YUV 120.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 200 84 101 0 0.58 0.49 0.22 351.21 0.51 0.56
Hex C8 54 65 0 3A 31 16 15F 33 38
Octal 310 124 145 0 72 61 26 537 63 70
Binary 11001000 1010100 1100101 0 111010 110001 10110 101011111 110011 111000

Color Harmonies of #C85465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85465

Black with #C85465

Text Example


Text Example

White with #C85465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85465; }

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

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

background-color css

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

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

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

border-color css

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

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

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