Html Css Color HEX #C85A6D Cabaret

📋 copy color: '#C85A6D'

red 200 ◦ green 90 ◦ blue 109

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

Shades of Cabaret #C85A6D

Tints of Cabaret #C85A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 50.13%
G = 22.56%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C85A6D (or 0xC85A6D) is known color: Cabaret. HEX triplet: C8, 5A and 6D. RGB value is (200,90,109). Sum of RGB (Red+Green+Blue) = 200+90+109=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A6D is #37A592. Grayscale: #7D7D7D. Windows color (decimal): -3646867 or 7166664. OLE color: 7166664.

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

Color convert

RGB 200 90 109 -
CMYK 0 0.55 0.46 0.22
HSL 349.64º 0.5% 0.57% -
HSV(B) 349.64º 0.55% 0.78% -
XYZ 30.24 20.7 16.87 -
YUV 125.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 200 90 109 0 0.55 0.46 0.22 349.64 0.5 0.57
Hex C8 5A 6D 0 37 2E 16 15E 32 39
Octal 310 132 155 0 67 56 26 536 62 71
Binary 11001000 1011010 1101101 0 110111 101110 10110 101011110 110010 111001

Color Harmonies of #C85A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A6D

Black with #C85A6D

Text Example


Text Example

White with #C85A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A6D; }

 p { color: rgb(200,90,109); }

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

background-color css

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

 a { background-color: rgb(200,90,109); }

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

border-color css

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

 span { border-color: rgb(200,90,109); }

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