Html Css Color HEX #C85275 Cabaret

📋 copy color: '#C85275'

red 200 ◦ green 82 ◦ blue 117

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

Shades of Cabaret #C85275

Tints of Cabaret #C85275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

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

R = 50.13%
G = 20.55%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C85275 (or 0xC85275) is known color: Cabaret. HEX triplet: C8, 52 and 75. RGB value is (200,82,117). Sum of RGB (Red+Green+Blue) = 200+82+117=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85275 is #37AD8A. Grayscale: #797979. Windows color (decimal): -3648907 or 7688904. OLE color: 7688904.

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

Color convert

RGB 200 82 117 -
CMYK 0 0.59 0.42 0.22
HSL 342.2º 0.52% 0.55% -
HSV(B) 342.2º 0.59% 0.78% -
XYZ 30.05 19.6 19.03 -
YUV 121.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 200 82 117 0 0.59 0.42 0.22 342.2 0.52 0.55
Hex C8 52 75 0 3B 2A 16 156 34 37
Octal 310 122 165 0 73 52 26 526 64 67
Binary 11001000 1010010 1110101 0 111011 101010 10110 101010110 110100 110111

Color Harmonies of #C85275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85275

Black with #C85275

Text Example


Text Example

White with #C85275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85275; }

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

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

background-color css

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

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

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

border-color css

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

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

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