Html Css Color HEX #C85F7C Cabaret

📋 copy color: '#C85F7C'

red 200 ◦ green 95 ◦ blue 124

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

Shades of Cabaret #C85F7C

Tints of Cabaret #C85F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 47.73%
G = 22.67%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C85F7C (or 0xC85F7C) is known color: Cabaret. HEX triplet: C8, 5F and 7C. RGB value is (200,95,124). Sum of RGB (Red+Green+Blue) = 200+95+124=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F7C is #37A083. Grayscale: #818181. Windows color (decimal): -3645572 or 8150984. OLE color: 8150984.

HSL color Cylindrical-coordinate representation of color #C85F7C: hue angle of 343.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 #C85F7C is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 95 124 -
CMYK 0 0.52 0.38 0.22
HSL 343.43º 0.49% 0.58% -
HSV(B) 343.43º 0.53% 0.78% -
XYZ 31.55 21.92 21.64 -
YUV 129.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 200 95 124 0 0.52 0.38 0.22 343.43 0.49 0.58
Hex C8 5F 7C 0 34 26 16 157 31 3A
Octal 310 137 174 0 64 46 26 527 61 72
Binary 11001000 1011111 1111100 0 110100 100110 10110 101010111 110001 111010

Color Harmonies of #C85F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F7C

Black with #C85F7C

Text Example


Text Example

White with #C85F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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