Html Css Color HEX #C85E7B Cabaret

📋 copy color: '#C85E7B'

red 200 ◦ green 94 ◦ blue 123

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

Shades of Cabaret #C85E7B

Tints of Cabaret #C85E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 47.96%
G = 22.54%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C85E7B (or 0xC85E7B) is known color: Cabaret. HEX triplet: C8, 5E and 7B. RGB value is (200,94,123). Sum of RGB (Red+Green+Blue) = 200+94+123=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E7B is #37A184. Grayscale: #808080. Windows color (decimal): -3645829 or 8085192. OLE color: 8085192.

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

Color convert

RGB 200 94 123 -
CMYK 0 0.53 0.38 0.22
HSL 343.58º 0.49% 0.58% -
HSV(B) 343.58º 0.53% 0.78% -
XYZ 31.4 21.71 21.28 -
YUV 129 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 200 94 123 0 0.53 0.38 0.22 343.58 0.49 0.58
Hex C8 5E 7B 0 35 26 16 158 31 3A
Octal 310 136 173 0 65 46 26 530 61 72
Binary 11001000 1011110 1111011 0 110101 100110 10110 101011000 110001 111010

Color Harmonies of #C85E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E7B

Black with #C85E7B

Text Example


Text Example

White with #C85E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E7B; }

 p { color: rgb(200,94,123); }

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

background-color css

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

 a { background-color: rgb(200,94,123); }

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

border-color css

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

 span { border-color: rgb(200,94,123); }

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