Html Css Color HEX #C85869 Cabaret

📋 copy color: '#C85869'

red 200 ◦ green 88 ◦ blue 105

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

Shades of Cabaret #C85869

Tints of Cabaret #C85869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.39%

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

R = 50.89%
G = 22.39%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C85869 (or 0xC85869) is known color: Cabaret. HEX triplet: C8, 58 and 69. RGB value is (200,88,105). Sum of RGB (Red+Green+Blue) = 200+88+105=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C85869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85869 is #37A796. Grayscale: #7B7B7B. Windows color (decimal): -3647383 or 6904008. OLE color: 6904008.

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

Color convert

RGB 200 88 105 -
CMYK 0 0.56 0.48 0.22
HSL 350.89º 0.5% 0.56% -
HSV(B) 350.89º 0.56% 0.78% -
XYZ 29.86 20.28 15.71 -
YUV 123.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 200 88 105 0 0.56 0.48 0.22 350.89 0.5 0.56
Hex C8 58 69 0 38 30 16 15F 32 38
Octal 310 130 151 0 70 60 26 537 62 70
Binary 11001000 1011000 1101001 0 111000 110000 10110 101011111 110010 111000

Color Harmonies of #C85869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85869

Black with #C85869

Text Example


Text Example

White with #C85869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85869; }

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

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

background-color css

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

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

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

border-color css

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

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

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