Html Css Color HEX #C84F6B Cabaret

📋 copy color: '#C84F6B'

red 200 ◦ green 79 ◦ blue 107

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

Shades of Cabaret #C84F6B

Tints of Cabaret #C84F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.72%

R = 51.81%
G = 20.47%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C84F6B (or 0xC84F6B) is known color: Cabaret. HEX triplet: C8, 4F and 6B. RGB value is (200,79,107). Sum of RGB (Red+Green+Blue) = 200+79+107=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C84F6B is #37B094. Grayscale: #767676. Windows color (decimal): -3649685 or 7032776. OLE color: 7032776.

HSL color Cylindrical-coordinate representation of color #C84F6B: hue angle of 346.12º 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 #C84F6B is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 79 107 -
CMYK 0 0.60 0.46 0.22
HSL 346.12º 0.52% 0.55% -
HSV(B) 346.12º 0.61% 0.78% -
XYZ 29.27 18.93 16.02 -
YUV 118.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 200 79 107 0 0.60 0.46 0.22 346.12 0.52 0.55
Hex C8 4F 6B 0 3C 2E 16 15A 34 37
Octal 310 117 153 0 74 56 26 532 64 67
Binary 11001000 1001111 1101011 0 111100 101110 10110 101011010 110100 110111

Color Harmonies of #C84F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84F6B

Black with #C84F6B

Text Example


Text Example

White with #C84F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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