Html Css Color HEX #C85E7E Cabaret

📋 copy color: '#C85E7E'

red 200 ◦ green 94 ◦ blue 126

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

Shades of Cabaret #C85E7E

Tints of Cabaret #C85E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30%

R = 47.62%
G = 22.38%
B = 30%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C85E7E (or 0xC85E7E) is known color: Cabaret. HEX triplet: C8, 5E and 7E. RGB value is (200,94,126). Sum of RGB (Red+Green+Blue) = 200+94+126=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E7E is #37A181. Grayscale: #818181. Windows color (decimal): -3645826 or 8281800. OLE color: 8281800.

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

Color convert

RGB 200 94 126 -
CMYK 0 0.53 0.37 0.22
HSL 341.89º 0.49% 0.58% -
HSV(B) 341.89º 0.53% 0.78% -
XYZ 31.59 21.79 22.28 -
YUV 129.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 200 94 126 0 0.53 0.37 0.22 341.89 0.49 0.58
Hex C8 5E 7E 0 35 25 16 156 31 3A
Octal 310 136 176 0 65 45 26 526 61 72
Binary 11001000 1011110 1111110 0 110101 100101 10110 101010110 110001 111010

Color Harmonies of #C85E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85E7E

Black with #C85E7E

Text Example


Text Example

White with #C85E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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