Html Css Color HEX #C84775 Cabaret

📋 copy color: '#C84775'

red 200 ◦ green 71 ◦ blue 117

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

Shades of Cabaret #C84775

Tints of Cabaret #C84775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.3%

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

R = 51.55%
G = 18.3%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C84775 (or 0xC84775) is known color: Cabaret. HEX triplet: C8, 47 and 75. RGB value is (200,71,117). Sum of RGB (Red+Green+Blue) = 200+71+117=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C84775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84775 is #37B88A. Grayscale: #727272. Windows color (decimal): -3651723 or 7686088. OLE color: 7686088.

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

Color convert

RGB 200 71 117 -
CMYK 0 0.64 0.42 0.22
HSL 338.6º 0.54% 0.53% -
HSV(B) 338.6º 0.65% 0.78% -
XYZ 29.28 18.07 18.77 -
YUV 114.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 200 71 117 0 0.64 0.42 0.22 338.6 0.54 0.53
Hex C8 47 75 0 40 2A 16 153 36 35
Octal 310 107 165 0 100 52 26 523 66 65
Binary 11001000 1000111 1110101 0 1000000 101010 10110 101010011 110110 110101

Color Harmonies of #C84775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84775

Black with #C84775

Text Example


Text Example

White with #C84775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84775; }

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

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

background-color css

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

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

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

border-color css

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

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

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