Html Css Color HEX #C84D6F Cabaret

📋 copy color: '#C84D6F'

red 200 ◦ green 77 ◦ blue 111

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

Shades of Cabaret #C84D6F

Tints of Cabaret #C84D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.85%

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 51.55%
G = 19.85%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84D6F (or 0xC84D6F) is known color: Cabaret. HEX triplet: C8, 4D and 6F. RGB value is (200,77,111). Sum of RGB (Red+Green+Blue) = 200+77+111=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84D6F is #37B290. Grayscale: #757575. Windows color (decimal): -3650193 or 7294408. OLE color: 7294408.

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

Color convert

RGB 200 77 111 -
CMYK 0 0.62 0.44 0.22
HSL 343.41º 0.53% 0.54% -
HSV(B) 343.41º 0.62% 0.78% -
XYZ 29.34 18.73 17.11 -
YUV 117.65 124.25 186.74 -
System Red Green Blue C M Y K H S L
Decimal 200 77 111 0 0.62 0.44 0.22 343.41 0.53 0.54
Hex C8 4D 6F 0 3E 2C 16 157 35 36
Octal 310 115 157 0 76 54 26 527 65 66
Binary 11001000 1001101 1101111 0 111110 101100 10110 101010111 110101 110110

Color Harmonies of #C84D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84D6F

Black with #C84D6F

Text Example


Text Example

White with #C84D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84D6F; }

 p { color: rgb(200,77,111); }

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

background-color css

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

 a { background-color: rgb(200,77,111); }

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

border-color css

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

 span { border-color: rgb(200,77,111); }

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