Html Css Color HEX #C85575 Cabaret

📋 copy color: '#C85575'

red 200 ◦ green 85 ◦ blue 117

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

Shades of Cabaret #C85575

Tints of Cabaret #C85575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 49.75%
G = 21.14%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C85575 (or 0xC85575) is known color: Cabaret. HEX triplet: C8, 55 and 75. RGB value is (200,85,117). Sum of RGB (Red+Green+Blue) = 200+85+117=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C85575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85575 is #37AA8A. Grayscale: #7B7B7B. Windows color (decimal): -3648139 or 7689672. OLE color: 7689672.

HSL color Cylindrical-coordinate representation of color #C85575: hue angle of 343.3º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85575 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 117 -
CMYK 0 0.58 0.42 0.22
HSL 343.3º 0.51% 0.56% -
HSV(B) 343.3º 0.58% 0.78% -
XYZ 30.28 20.06 19.11 -
YUV 123.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 200 85 117 0 0.58 0.42 0.22 343.3 0.51 0.56
Hex C8 55 75 0 3A 2A 16 157 33 38
Octal 310 125 165 0 72 52 26 527 63 70
Binary 11001000 1010101 1110101 0 111010 101010 10110 101010111 110011 111000

Color Harmonies of #C85575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85575

Black with #C85575

Text Example


Text Example

White with #C85575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85575; }

 p { color: rgb(200,85,117); }

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

background-color css

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

 a { background-color: rgb(200,85,117); }

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

border-color css

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

 span { border-color: rgb(200,85,117); }

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