Html Css Color HEX #C85070 Cabaret

📋 copy color: '#C85070'

red 200 ◦ green 80 ◦ blue 112

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

Shades of Cabaret #C85070

Tints of Cabaret #C85070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.41%

 BLUE value IS 112 (44.14% from 255) = 28.57%

R = 51.02%
G = 20.41%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85070 (or 0xC85070) is known color: Cabaret. HEX triplet: C8, 50 and 70. RGB value is (200,80,112). Sum of RGB (Red+Green+Blue) = 200+80+112=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C85070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85070 is #37AF8F. Grayscale: #777777. Windows color (decimal): -3649424 or 7360712. OLE color: 7360712.

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

Color convert

RGB 200 80 112 -
CMYK 0 0.6 0.44 0.22
HSL 344º 0.52% 0.55% -
HSV(B) 344º 0.6% 0.78% -
XYZ 29.61 19.19 17.47 -
YUV 119.53 123.76 185.4 -
System Red Green Blue C M Y K H S L
Decimal 200 80 112 0 0.6 0.44 0.22 344 0.52 0.55
Hex C8 50 70 0 3C 2C 16 158 34 37
Octal 310 120 160 0 74 54 26 530 64 67
Binary 11001000 1010000 1110000 0 111100 101100 10110 101011000 110100 110111

Color Harmonies of #C85070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85070

Black with #C85070

Text Example


Text Example

White with #C85070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85070; }

 p { color: rgb(200,80,112); }

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

background-color css

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

 a { background-color: rgb(200,80,112); }

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

border-color css

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

 span { border-color: rgb(200,80,112); }

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