Html Css Color HEX #C85F70 Cabaret

📋 copy color: '#C85F70'

red 200 ◦ green 95 ◦ blue 112

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

Shades of Cabaret #C85F70

Tints of Cabaret #C85F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.34%

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

R = 49.14%
G = 23.34%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C85F70 (or 0xC85F70) is known color: Cabaret. HEX triplet: C8, 5F and 70. RGB value is (200,95,112). Sum of RGB (Red+Green+Blue) = 200+95+112=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F70 is #37A08F. Grayscale: #808080. Windows color (decimal): -3645584 or 7364552. OLE color: 7364552.

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

Color convert

RGB 200 95 112 -
CMYK 0 0.52 0.44 0.22
HSL 350.29º 0.49% 0.58% -
HSV(B) 350.29º 0.53% 0.78% -
XYZ 30.84 21.63 17.88 -
YUV 128.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 200 95 112 0 0.52 0.44 0.22 350.29 0.49 0.58
Hex C8 5F 70 0 34 2C 16 15E 31 3A
Octal 310 137 160 0 64 54 26 536 61 72
Binary 11001000 1011111 1110000 0 110100 101100 10110 101011110 110001 111010

Color Harmonies of #C85F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85F70

Black with #C85F70

Text Example


Text Example

White with #C85F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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