Html Css Color HEX #C84F6F Cabaret

📋 copy color: '#C84F6F'

red 200 ◦ green 79 ◦ blue 111

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

Shades of Cabaret #C84F6F

Tints of Cabaret #C84F6F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.26%

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

R = 51.28%
G = 20.26%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C84F6F (or 0xC84F6F) is known color: Cabaret. HEX triplet: C8, 4F and 6F. RGB value is (200,79,111). Sum of RGB (Red+Green+Blue) = 200+79+111=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F6F is #37B090. Grayscale: #767676. Windows color (decimal): -3649681 or 7294920. OLE color: 7294920.

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

Color convert

RGB 200 79 111 -
CMYK 0 0.60 0.44 0.22
HSL 344.13º 0.52% 0.55% -
HSV(B) 344.13º 0.61% 0.78% -
XYZ 29.48 19.02 17.16 -
YUV 118.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 200 79 111 0 0.60 0.44 0.22 344.13 0.52 0.55
Hex C8 4F 6F 0 3C 2C 16 158 34 37
Octal 310 117 157 0 74 54 26 530 64 67
Binary 11001000 1001111 1101111 0 111100 101100 10110 101011000 110100 110111

Color Harmonies of #C84F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84F6F

Black with #C84F6F

Text Example


Text Example

White with #C84F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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