Html Css Color HEX #C85F6E Cabaret

📋 copy color: '#C85F6E'

red 200 ◦ green 95 ◦ blue 110

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

Shades of Cabaret #C85F6E

Tints of Cabaret #C85F6E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.46%

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 49.38%
G = 23.46%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C85F6E (or 0xC85F6E) is known color: Cabaret. HEX triplet: C8, 5F and 6E. RGB value is (200,95,110). Sum of RGB (Red+Green+Blue) = 200+95+110=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F6E is #37A091. Grayscale: #808080. Windows color (decimal): -3645586 or 7233480. OLE color: 7233480.

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

Color convert

RGB 200 95 110 -
CMYK 0 0.52 0.45 0.22
HSL 351.43º 0.49% 0.58% -
HSV(B) 351.43º 0.53% 0.78% -
XYZ 30.73 21.59 17.3 -
YUV 128.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 200 95 110 0 0.52 0.45 0.22 351.43 0.49 0.58
Hex C8 5F 6E 0 34 2D 16 15F 31 3A
Octal 310 137 156 0 64 55 26 537 61 72
Binary 11001000 1011111 1101110 0 110100 101101 10110 101011111 110001 111010

Color Harmonies of #C85F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F6E

Black with #C85F6E

Text Example


Text Example

White with #C85F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F6E; }

 p { color: rgb(200,95,110); }

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

background-color css

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

 a { background-color: rgb(200,95,110); }

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

border-color css

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

 span { border-color: rgb(200,95,110); }

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