Html Css Color HEX #C85A7A Cabaret

📋 copy color: '#C85A7A'

red 200 ◦ green 90 ◦ blue 122

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

Shades of Cabaret #C85A7A

Tints of Cabaret #C85A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 48.54%
G = 21.84%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C85A7A (or 0xC85A7A) is known color: Cabaret. HEX triplet: C8, 5A and 7A. RGB value is (200,90,122). Sum of RGB (Red+Green+Blue) = 200+90+122=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85A7A is #37A585. Grayscale: #7E7E7E. Windows color (decimal): -3646854 or 8018632. OLE color: 8018632.

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

Color convert

RGB 200 90 122 -
CMYK 0 0.55 0.39 0.22
HSL 342.55º 0.5% 0.57% -
HSV(B) 342.55º 0.55% 0.78% -
XYZ 30.99 21 20.83 -
YUV 126.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 200 90 122 0 0.55 0.39 0.22 342.55 0.5 0.57
Hex C8 5A 7A 0 37 27 16 157 32 39
Octal 310 132 172 0 67 47 26 527 62 71
Binary 11001000 1011010 1111010 0 110111 100111 10110 101010111 110010 111001

Color Harmonies of #C85A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A7A

Black with #C85A7A

Text Example


Text Example

White with #C85A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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